2017-10-28 05:23:38 +08:00
|
|
|
{
|
2018-09-21 18:11:12 +08:00
|
|
|
"title": "LoaderOptionsPluginOptions",
|
2017-11-19 18:45:15 +08:00
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": true,
|
|
|
|
|
"properties": {
|
|
|
|
|
"debug": {
|
2020-03-09 21:14:44 +08:00
|
|
|
"description": "Whether loaders should be in debug mode or not. debug will be removed as of webpack 3.",
|
2017-11-19 18:45:15 +08:00
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"minimize": {
|
2020-03-09 21:14:44 +08:00
|
|
|
"description": "Where loaders can be switched to minimize mode.",
|
2017-11-19 18:45:15 +08:00
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
2020-03-09 21:14:44 +08:00
|
|
|
"description": "A configuration object that can be used to configure older loaders.",
|
2017-11-19 18:45:15 +08:00
|
|
|
"type": "object",
|
2017-11-19 20:31:33 +08:00
|
|
|
"additionalProperties": true,
|
2017-11-19 18:45:15 +08:00
|
|
|
"properties": {
|
|
|
|
|
"context": {
|
2020-03-09 21:14:44 +08:00
|
|
|
"description": "The context that can be used to configure older loaders.",
|
2017-11-20 17:17:34 +08:00
|
|
|
"type": "string",
|
|
|
|
|
"absolutePath": true
|
2017-11-19 18:45:15 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-10-28 05:23:38 +08:00
|
|
|
}
|