/var/www/cobraambalaj/node_modules/webpack/schemas/plugins
NameSizeModeActions
container/-0755rm
debug/-0755rm
ids/-0755rm
optimize/-0755rm
sharing/-0755rm
BannerPlugin.json25300644editdlrm
DllPlugin.json10410644editdlrm
DllReferencePlugin.json60890644editdlrm
HashedModuleIdsPlugin.json8460644editdlrm
IgnorePlugin.json8240644editdlrm
JsonModulesPluginParser.json3340644editdlrm
LoaderOptionsPlugin.json7770644editdlrm
ProgressPlugin.json21490644editdlrm
SourceMapDevToolPlugin.json41460644editdlrm
WatchIgnorePlugin.json6130644editdlrm
Edit: /var/www/cobraambalaj/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json (777B)
{ "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 } } } } }