single-spa / standalone-single-spa-webpack-plugin

A webpack plugin for running microfrontends in standalone mode.
MIT License
41 stars 7 forks source link

"Cannot read property 'tap' of undefined" with Angular project #19

Open draccagni opened 2 years ago

draccagni commented 2 years ago

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

joeldenning commented 2 years ago

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.

draccagni commented 2 years ago

You can find the demo repo at https://github.com/draccagni/angular-standalone.git