Fallback value for stats options when an option is not defined (has precedence over local webpack defaults).
Add assets information.
Sort the assets by that field.
Space to display assets (groups will be collapsed to fit this space).
Add built at time information.
Add information about cached (not built) modules (deprecated: use 'cachedModules' instead).
Show cached assets (setting this to false
only shows emitted files).
Add information about cached (not built) modules.
Add children information.
Display auxiliary assets in chunk groups.
Display children of chunk groups.
Limit of assets displayed in chunk groups.
Display all chunk groups with the corresponding bundles.
Add built modules information to chunk information.
Space to display chunk modules (groups will be collapsed to fit this space, value is in number of modules/group).
Add the origins of chunks and chunk merging info.
Add information about parent, children and sibling chunks to chunk information.
Add chunk information.
Sort the chunks by that field.
Enables/Disables colorful output.
Context directory for request shortening.
Show chunk modules that are dependencies of other modules of the chunk.
Add module depth in module graph.
Display the entry points with the corresponding bundles.
Add --env information.
Add details to errors (like resolving log).
Add internal stack trace to errors.
Add errors.
Add errors count.
Space to display errors (value is in number of lines).
Please use excludeModules instead.
Suppress assets that match the specified filters. Filters can be Strings, RegExps or Functions.
Suppress modules that match the specified filters. Filters can be Strings, RegExps, Booleans or Functions.
Group assets by how their are related to chunks.
Group assets by their status (emitted, compared for emit or cached).
Group assets by their extension.
Group assets by their asset info (immutable, development, hotModuleReplacement, etc).
Group assets by their path.
Group modules by their attributes (errors, warnings, assets, optional, orphan, or dependent).
Group modules by their status (cached or built and cacheable).
Group modules by their extension.
Group modules by their layer.
Group modules by their path.
Group modules by their type.
Group reasons by their origin module.
Add the hash of the compilation.
Add ids.
Add logging output.
Include debug logging of specified loggers (i. e. for plugins or loaders). Filters can be Strings, RegExps or Functions.
Add stack traces to logging output.
Add information about assets inside modules.
Add dependencies and origin of warnings/errors.
Add built modules information.
Sort the modules by that field.
Space to display modules (groups will be collapsed to fit this space, value is in number of modules/groups).
Add information about modules nested in other modules (like with module concatenation).
Space to display modules nested within other modules (groups will be collapsed to fit this space, value is in number of modules/group).
Show reasons why optimization bailed out for modules.
Add information about orphan modules.
Add output path information.
Add performance hint flags.
Preset for the default values.
Show exports provided by modules.
Add public path information.
Add information about the reasons why modules are included.
Space to display reasons (groups will be collapsed to fit this space).
Add information about assets that are related to other assets (like SourceMaps for assets).
Add information about runtime modules (deprecated: use 'runtimeModules' instead).
Add information about runtime modules.
Add the source code of modules.
Add timing information.
Show exports used by modules.
Add webpack version information.
Add warnings.
Add warnings count.
Suppress listing warnings that match the specified filters (they will still be counted). Filters can be Strings, RegExps or Functions.
Space to display warnings (value is in number of lines).
Stats options object.