webpack/declarations/plugins/ids/OccurrenceChunkIdsPlugin.d.ts

13 lines
255 B
TypeScript
Raw Permalink Normal View History

/**
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
2018-09-25 22:07:42 +08:00
export interface OccurrenceChunkIdsPluginOptions {
/**
* Prioritise initial size over total size
*/
prioritiseInitial?: boolean;
}