Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

OccurrenceOrderChunkIdsPlugin.d.ts 260B

123456789101112
  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 OccurrenceOrderChunkIdsPluginOptions {
  7. /**
  8. * Prioritise initial size over total size
  9. */
  10. prioritiseInitial?: boolean;
  11. }