GoScrobble/web/node_modules/mini-css-extract-plugin/dist/loader-options.json

36 lines
704 B
JSON
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
{
"type": "object",
"additionalProperties": true,
"properties": {
"publicPath": {
"anyOf": [
{
"type": "string"
},
{
"instanceof": "Function"
}
]
},
"esModule": {
"type": "boolean"
},
"hmr": {
"type": "boolean"
},
"reloadAll": {
"type": "boolean"
},
"modules": {
"type": "object",
"additionalProperties": false,
"properties": {
"namedExport": {
"description": "Enables/disables ES modules named export for locals (https://webpack.js.org/plugins/mini-css-extract-plugin/#namedexport).",
"type": "boolean"
}
}
}
}
}