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

19 lines
292 B
JSON
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
{
"type": "object",
"additionalProperties": true,
"properties": {
"filename": {
"type": "string"
},
"chunkFilename": {
"type": "string"
},
"moduleFilename": {
"instanceof": "Function"
},
"ignoreOrder": {
"type": "boolean"
}
}
}