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

13 lines
256 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 OccurrenceModuleIdsPluginOptions {
/**
* Prioritise initial size over total size
*/
prioritiseInitial?: boolean;
}