DEV Community

Discussion on: How to Build a Micro Frontend with Webpack's Module Federation Plugin

Collapse
 
johnchapter profile image
johnchapter

Can this be implemented for older version of Angular? What is the minimum version of Angular which can be supported by Webpack 5 Module Federation?

Collapse
 
ishedu profile image
Idris Shedu

Hi @johnchapter, Angular rolled out webpack5 support (which introduced Module Federation) with Angular 11, so I suggest you target Angular version 11+.