standalone-single-spa-webpack-plugin
standalone-single-spa-webpack-plugin copied to clipboard
"Cannot read property 'tap' of undefined" with Angular project
Hello, I'm trying to use the plugin with an Angular app that imports an external module. When I try to launch the app, I have the following error:
An unhandled exception occurred: Cannot read property 'tap' of undefined
You can find the reproducer project at https://github.com/draccagni/angular-standalone.git that you can launch from app folder by typing the command
npm run serve:standalone
I haven't used this plugin with Angular CLI projects before. If you can create a demo repo with the problem I might be able to look into it and see if I can get it working.
You can find the demo repo at https://github.com/draccagni/angular-standalone.git