Sha256: 33d3f2d0acc3ac3f062b6d57374ef96e72ba77ea9c9ee20e4437ac887d9c1b05
Contents?: true
Size: 773 Bytes
Versions: 26
Compression:
Stored size: 773 Bytes
Contents
{ "title": "LoaderOptionsPluginOptions", "type": "object", "additionalProperties": true, "properties": { "debug": { "description": "Whether loaders should be in debug mode or not. debug will be removed as of webpack 3", "type": "boolean" }, "minimize": { "description": "Where loaders can be switched to minimize mode", "type": "boolean" }, "options": { "description": "A configuration object that can be used to configure older loaders", "type": "object", "additionalProperties": true, "properties": { "context": { "description": "The context that can be used to configure older loaders", "type": "string", "absolutePath": true } } } } }
Version data entries
26 entries across 25 versions & 8 rubygems