You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
704 B
35 lines
704 B
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|