Sha256: c0a6af9b330f6bcc669b0cdafbf657181e562d2b5b7edcc4f39adf99b1e2c072
Contents?: true
Size: 350 Bytes
Versions: 26
Compression:
Stored size: 350 Bytes
Contents
/** * This file was automatically generated. * DO NOT MODIFY BY HAND. * Run `yarn special-lint-fix` to update */ export interface LimitChunkCountPluginOptions { /** * Limit the maximum number of chunks using a value greater greater than or equal to 1 */ maxChunks?: number; /** * Set a minimum chunk size */ minChunkSize?: number; }
Version data entries
26 entries across 25 versions & 8 rubygems