UNPKG

@angular-devkit/build-webpack

Version:
15 lines (14 loc) 376 B
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Webpack Builder.", "description": "Webpack Builder schema for Architect.", "type": "object", "properties": { "webpackConfig": { "type": "string", "description": "The path to the Webpack configuration file." } }, "additionalProperties": false, "required": ["webpackConfig"] }