Replies: 1 comment 8 replies
-
For unbundled sites (Snowpack's default build output) module federation is essentially a solved problem. Files can be loaded individually, on demand, in production. If you bundle your site for production, then you should use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The project seems very interesting and we would like to migrate to it from our current webpack configuration for our micro-frontend structure, but webpack's new module federation would massively solve a ton of our current issues with it.
It would be interesting if it could be implemented for other bundlers as well.
Beta Was this translation helpful? Give feedback.
All reactions