Files
dns-server/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.json
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

12 lines
245 B
JSON

{
"title": "MergeDuplicateChunksPluginOptions",
"type": "object",
"additionalProperties": false,
"properties": {
"stage": {
"description": "Specifies the stage for merging duplicate chunks.",
"type": "number"
}
}
}