rxjs-debugging-for-vscode
rxjs-debugging-for-vscode copied to clipboard
@rxjs-debugging/runtime-webpack with Angular does not work
Hi there,
i wanted to try rxjs debugging with angular. For this I integrated custom-webpack into my project and then the rxjs-debugging/runtime-webpack. The problem is that CommonJS is used as a module system. But rxjs-debugging is based on ES6 modules. I can't get the integration done.
Or maybe you have another idea how I can use rxjs-debugging with Angular?
Hi @GregorBiswanger
The module system used should not be a problem (at least not with Webpack), as long as source maps are translating correctly between them. I started to set up a testbench for Angular some time ago... Let me fix things up there and we may have a look there together?
Hi @swissmanu, that would be great. I need a how-to use with Angular. Then I can also generate it as a YouTube video. I would even have to do an RxJS evening on Twitch and then I would also like to demonstrate your extension.