Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KnownNormalizedStatsOptions

Index

Properties

assetsSort: string
assetsSpace: number
cachedAssets: boolean
cachedModules: boolean
chunkGroupAuxiliary: boolean
chunkGroupChildren: boolean
chunkGroupMaxAssets: number
chunkGroups: boolean
chunkModulesSort: string
chunkModulesSpace: number
chunksSort: string
context: string
dependentModules: boolean
entrypoints: boolean | "auto"
excludeAssets: ((value: string, asset: StatsAsset) => boolean)[]
excludeModules: ((name: string, module: StatsModule, type: "module" | "chunk" | "root-of-chunk" | "nested") => boolean)[]
groupAssetsByEmitStatus: boolean
groupAssetsByExtension: boolean
groupAssetsByPath: boolean
groupModulesByAttributes: boolean
groupModulesByCacheStatus: boolean
groupModulesByExtension: boolean
groupModulesByLayer: boolean
groupModulesByPath: boolean
groupModulesByType: boolean
ids: boolean
logging: false | "none" | "error" | "warn" | "info" | "log" | "verbose"
loggingDebug: ((value: string) => boolean)[]
loggingTrace: boolean
modulesSort: string
modulesSpace: number
nestedModulesSort: string
nestedModulesSpace: number
orphanModules: boolean
requestShortener: RequestShortener
runtimeModules: boolean
warningsFilter: ((warning: StatsError, textValue: string) => boolean)[]