rxjs-debugging-for-vscode icon indicating copy to clipboard operation
rxjs-debugging-for-vscode copied to clipboard

@rxjs-debugging/runtime-webpack with Angular does not work

Open GregorBiswanger opened this issue 3 years ago • 2 comments

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?

GregorBiswanger avatar Dec 09 '21 00:12 GregorBiswanger

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?

swissmanu avatar Dec 13 '21 06:12 swissmanu

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.

GregorBiswanger avatar Dec 13 '21 08:12 GregorBiswanger