UNPKG

376 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "title": "Webpack Builder.",
4 "description": "Webpack Builder schema for Architect.",
5 "type": "object",
6 "properties": {
7 "webpackConfig": {
8 "type": "string",
9 "description": "The path to the Webpack configuration file."
10 }
11 },
12 "additionalProperties": false,
13 "required": ["webpackConfig"]
14}