LimitChunkCountPlugin.json 356 B

123456789101112131415
  1. {
  2. "type": "object",
  3. "additionalProperties": false,
  4. "properties": {
  5. "maxChunks": {
  6. "description": "Limit the maximum number of chunks using a value greater greater than or equal to 1",
  7. "type": "number",
  8. "minimum": 1
  9. },
  10. "minChunkSize": {
  11. "description": "Set a minimum chunk size",
  12. "type": "number"
  13. }
  14. }
  15. }