2

Does Webpack 4.X versions provide Module Federation ? if so, is the implementation different from the way we do it on Webpack 5?

1 Answers1

5

Webpack 4 does not currently support module federation.

In the Micro Frontends Slack group, there is mention that the author of Webpack module federation has discussed back porting it to Webpack 4 but I haven't found any evidence to suggest that or mention progress.

Update: Here is the Github issue where he mentions backporting it, though he doesn't discuss it after that.

Brady Dowling
  • 4,920
  • 3
  • 32
  • 62