You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
399 B

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