-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular12-microfrontends error when no packages shared #2331
Comments
same with angular13 project, just the error is slightly different
|
Doesnt angular use a custom federation plugin? from angular architects? File the bug with them, not a webpack issue |
angular12 example doesn't use angular architects package |
here is webpack-y error:
how do I investigate this? was module loaded, was all components of the module loaded? |
Looks like Babel transform maybe. Class getting converted into function call instead or true class |
if I clear 'shared' in both shell and profile, I get an error when navigate to microfrontend
I assume 'profile' misses some libraries and therefore is unable to load.
how can I configure profile to include all it needs in remoteEntry.js?
The text was updated successfully, but these errors were encountered: