@softvisio/webpack
Version:
Webpack wrapper
32 lines (27 loc) • 736 B
YAML
- $id: env
type: object
properties: {}
required: []
- $id: build
anyOf:
- type: "null"
- type: object
properties:
webpackDevServer:
anyOf:
- type: "null"
- type: object
properties:
proxyUrl: { type: string, format: url }
https:
type: object
properties:
domain: { type: ["null", string] }
cert: { type: ["null", string] }
key: { type: ["null", string] }
additionalProperties: false
additionalProperties: false
required: []
required: []
- $id: config
type: ["null", object]