/
websites
/
test-project
/
node_modules
/
@angular-devkit
/
build-webpack
/
src
/
webpack
/
Upload File
HOME
{ "$schema": "http://json-schema.org/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" ] }