UNPKG

@angular-builders/custom-webpack

Version:

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

15 lines (14 loc) 399 B
{ "$schema": "http://json-schema.org/schema", "$id": "AngularBuildersCustomWebpackNgAdd", "title": "Add @angular-builders/custom-webpack", "type": "object", "properties": { "project": { "type": "string", "description": "The project to wire @angular-builders/custom-webpack into.", "$default": { "$source": "projectName" } } }, "additionalProperties": false }