@angular-builders/custom-webpack

Modify Angular build configuration without ejecting using custom webpack

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it

Commands

ng

Examples

Build Angular app with custom webpack configuration$ ng build --configuration=custom
Serve Angular app with custom webpack builder$ ng serve --configuration=custom
Run production build with custom webpack setup$ ng build --configuration=production --custom-webpack-config webpack.extra.js