@angular-builders/custom-webpack

Customize Angular build config without ejecting the project

npmmacoslinuxwindows
Try with needOr install directly
Source

About

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

Examples

add custom webpack configuration to angular build$ ng build --configuration custom
modify webpack rules for custom loaders in angular$ ng build --builder @angular-builders/custom-webpack:browser
extend angular build with external webpack plugins$ ng serve --builder @angular-builders/custom-webpack:dev-server
configure custom webpack for angular production build$ ng build --prod --builder @angular-builders/custom-webpack:browser --customWebpackConfig
merge custom webpack config with angular defaults$ ng build --builder @angular-builders/custom-webpack:browser --configuration production