be2936b1a2cbba71ed365581cc6834e88f9253d5497fd9b4a2dbf3cb0739791cb6db563b6e327838d2174f21e5d41cc3d5d32582cc4265b8a638e9fe67a5a6 350 B

12345678910111213141516
  1. /**
  2. * This file was automatically generated.
  3. * DO NOT MODIFY BY HAND.
  4. * Run `yarn special-lint-fix` to update
  5. */
  6. export interface LimitChunkCountPluginOptions {
  7. /**
  8. * Limit the maximum number of chunks using a value greater greater than or equal to 1
  9. */
  10. maxChunks?: number;
  11. /**
  12. * Set a minimum chunk size
  13. */
  14. minChunkSize?: number;
  15. }