ydmitry / angular11-webpack-module-federation-custom-webpack-builder

Demo to resolve https://github.com/just-jeb/angular-builders/issues/841

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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

Checkout

yarn install

Build

yarn build - host app build

yarn build:remote - remote app build

Serve

yarn start - host app build

yarn start:remote - remote app build

Build PROD

yarn build:prod - host app prod build

yarn build:remote-prod - remote app prod build

About

Demo to resolve https://github.com/just-jeb/angular-builders/issues/841


Languages

Language:HTML 53.3%Language:TypeScript 34.6%Language:JavaScript 11.8%Language:SCSS 0.3%