10
0

MergeDuplicateChunksPlugin.json 245 B

1234567891011
  1. {
  2. "title": "MergeDuplicateChunksPluginOptions",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "stage": {
  7. "description": "Specifies the stage for merging duplicate chunks.",
  8. "type": "number"
  9. }
  10. }
  11. }