Skip to content

Commit 946df93

Browse files
committed
docs(config) stats.preset option extended according to codebase
1 parent a8f9536 commit 946df93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/configuration/stats.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ module.exports = {
594594

595595
### `stats.preset`
596596

597-
`string`
597+
`string` `boolean: false`
598598

599599
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).
600600

@@ -607,6 +607,8 @@ module.exports = {
607607
};
608608
```
609609

610+
Set `stats.preset` to `false` is the same as using a [preset](/configuration/stats/#stats) `'none'`.
611+
610612
### `stats.providedExports`
611613

612614
`boolean = false`

0 commit comments

Comments
 (0)