Example: Using Module Federation with Nx Monorepos
January 24, 2021 ยท View on GitHub
Installing Dependencies
Use yarn (!) to opt-in into webpack5:
yarn
This is needed while the webpack5/CLI-integration is an experimental opt-in.
Starting the Example
ng serve mfe1
ng serve shell