You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ivy does not use factories anymore, therefore the LastCallWebpack logic in webpack.config.js is not going to work (putting micro frontend into window object).
I already have a solution for it, which I will share soon. Basic idea: main.prod.ts will use a dynamic import to load the AppModule and put it into the window object.
The text was updated successfully, but these errors were encountered:
Ivy does not use factories anymore, therefore the LastCallWebpack logic in webpack.config.js is not going to work (putting micro frontend into window object).
I already have a solution for it, which I will share soon. Basic idea: main.prod.ts will use a dynamic import to load the AppModule and put it into the window object.
The text was updated successfully, but these errors were encountered: