line_push/node_modules/extract-css-chunks-webpack-plugin/dist/loader-options.json
2022-07-21 03:28:35 +00:00

26 lines
375 B
JSON

{
"type": "object",
"additionalProperties": true,
"properties": {
"publicPath": {
"anyOf": [
{
"type": "string"
},
{
"instanceof": "Function"
}
]
},
"esModule": {
"type": "boolean"
},
"hmr": {
"type": "boolean"
},
"reloadAll": {
"type": "boolean"
}
}
}