This repo shows how to use Webpack 5 Module Federation with Angular 11 RC, Webpack 5 and Custom webpack builder.
Contains demo to help with just-jeb/angular-builders#841
yarn install
yarn build
- host app build
yarn build:remote
- remote app build
yarn start
- host app build
yarn start:remote
- remote app build
yarn build:prod
- host app prod build
yarn build:remote-prod
- remote app prod build