Customize Angular build config without ejecting the project
Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it
$ ng build --configuration custom$ ng build --builder @angular-builders/custom-webpack:browser$ ng serve --builder @angular-builders/custom-webpack:dev-server$ ng build --prod --builder @angular-builders/custom-webpack:browser --customWebpackConfig$ ng build --builder @angular-builders/custom-webpack:browser --configuration production