Files
wechatpay-enterprise-web/node_modules/webpack/schemas/plugins/optimize/OccurrenceOrderModuleIdsPlugin.json
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

12 lines
252 B
JSON

{
"title": "OccurrenceOrderModuleIdsPluginOptions",
"type": "object",
"additionalProperties": false,
"properties": {
"prioritiseInitial": {
"description": "Prioritise initial size over total size",
"type": "boolean"
}
}
}