UNPKG

@angular-builders/custom-webpack

Version:

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

11 lines (10 loc) 301 B
{ "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Wire @angular-builders/custom-webpack into the workspace.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" } } }