Optional allFallback value for stats options when an option is not defined (has precedence over local webpack defaults).
Optional assetsAdd assets information.
Optional assetsSort the assets by that field.
Optional assetsSpace to display assets (groups will be collapsed to fit this space).
Optional builtAdd built at time information.
Optional cachedAdd information about cached (not built) modules (deprecated: use 'cachedModules' instead).
Optional cachedShow cached assets (setting this to false only shows emitted files).
Optional cachedAdd information about cached (not built) modules.
Optional childrenAdd children information.
Optional chunkDisplay auxiliary assets in chunk groups.
Optional chunkDisplay children of chunk groups.
Optional chunkLimit of assets displayed in chunk groups.
Optional chunkDisplay all chunk groups with the corresponding bundles.
Optional chunkAdd built modules information to chunk information.
Optional chunkSpace to display chunk modules (groups will be collapsed to fit this space, value is in number of modules/group).
Optional chunkAdd the origins of chunks and chunk merging info.
Optional chunkAdd information about parent, children and sibling chunks to chunk information.
Optional chunksAdd chunk information.
Optional chunksSort the chunks by that field.
Optional colorsEnables/Disables colorful output.
Optional bold?: stringCustom color for bold text.
Optional cyan?: stringCustom color for cyan text.
Optional green?: stringCustom color for green text.
Optional magenta?: stringCustom color for magenta text.
Optional red?: stringCustom color for red text.
Optional yellow?: stringCustom color for yellow text.
Optional contextContext directory for request shortening.
Optional dependentShow chunk modules that are dependencies of other modules of the chunk.
Optional depthAdd module depth in module graph.
Optional entrypointsDisplay the entry points with the corresponding bundles.
Optional envAdd --env information.
Optional errorAdd details to errors (like resolving log).
Optional errorAdd internal stack trace to errors.
Optional errorsAdd errors.
Optional errorsAdd errors count.
Optional errorsSpace to display errors (value is in number of lines).
Optional excludePlease use excludeModules instead.
Optional excludeSuppress assets that match the specified filters. Filters can be Strings, RegExps or Functions.
Optional excludeSuppress modules that match the specified filters. Filters can be Strings, RegExps, Booleans or Functions.
Optional groupGroup assets by how their are related to chunks.
Optional groupGroup assets by their status (emitted, compared for emit or cached).
Optional groupGroup assets by their extension.
Optional groupGroup assets by their asset info (immutable, development, hotModuleReplacement, etc).
Optional groupGroup assets by their path.
Optional groupGroup modules by their attributes (errors, warnings, assets, optional, orphan, or dependent).
Optional groupGroup modules by their status (cached or built and cacheable).
Optional groupGroup modules by their extension.
Optional groupGroup modules by their layer.
Optional groupGroup modules by their path.
Optional groupGroup modules by their type.
Optional groupGroup reasons by their origin module.
Optional hashAdd the hash of the compilation.
Optional idsAdd ids.
Optional loggingAdd logging output.
Optional loggingInclude debug logging of specified loggers (i. e. for plugins or loaders). Filters can be Strings, RegExps or Functions.
Optional loggingAdd stack traces to logging output.
Optional moduleAdd information about assets inside modules.
Optional moduleAdd dependencies and origin of warnings/errors.
Optional modulesAdd built modules information.
Optional modulesSort the modules by that field.
Optional modulesSpace to display modules (groups will be collapsed to fit this space, value is in number of modules/groups).
Optional nestedAdd information about modules nested in other modules (like with module concatenation).
Optional nestedSpace to display modules nested within other modules (groups will be collapsed to fit this space, value is in number of modules/group).
Optional optimizationShow reasons why optimization bailed out for modules.
Optional orphanAdd information about orphan modules.
Optional outputAdd output path information.
Optional performanceAdd performance hint flags.
Optional presetPreset for the default values.
Optional providedShow exports provided by modules.
Optional publicAdd public path information.
Optional reasonsAdd information about the reasons why modules are included.
Optional reasonsSpace to display reasons (groups will be collapsed to fit this space).
Optional relatedAdd information about assets that are related to other assets (like SourceMaps for assets).
Optional runtimeAdd information about runtime modules (deprecated: use 'runtimeModules' instead).
Optional runtimeAdd information about runtime modules.
Optional sourceAdd the source code of modules.
Optional timingsAdd timing information.
Optional usedShow exports used by modules.
Optional versionAdd webpack version information.
Optional warningsAdd warnings.
Optional warningsAdd warnings count.
Optional warningsSuppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.
Optional warningsSpace to display warnings (value is in number of lines).
Generated using TypeDoc
Stats options object.