diff --git a/src/content/configuration/stats.md b/src/content/configuration/stats.md index d91a0e8513ab..844da3fe282c 100644 --- a/src/content/configuration/stats.md +++ b/src/content/configuration/stats.md @@ -594,7 +594,7 @@ module.exports = { ### `stats.preset` -`string` +`string` `boolean: false` Sets the [preset](/configuration/stats/#stats) for the type of information that gets displayed. It is useful for [extending stats behaviours](/configuration/stats/#extending-stats-behaviours). @@ -607,6 +607,8 @@ module.exports = { }; ``` +Setting value of `stats.preset` to `false` tells webpack to use `'none'` [stats preset](/configuration/stats/#stats). + ### `stats.providedExports` `boolean = false`