line_push/node_modules/extract-css-chunks-webpack-plugin/dist/plugin-options.json
2022-07-17 13:16:16 +08:00

30 lines
582 B
JSON

{
"type": "object",
"additionalProperties": true,
"properties": {
"filename": {
"type": "string"
},
"chunkFilename": {
"type": "string"
},
"moduleFilename": {
"instanceof": "Function"
},
"ignoreOrder": {
"type": "boolean"
},
"insert": {
"description": "Inserts `<link>` at the given position (https://github.com/faceyspacey/extract-css-chunks-webpack-pluginn#insert).",
"anyOf": [
{
"type": "string"
},
{
"instanceof": "Function"
}
]
}
}
}