Skip to content

Commit 4c233fa

Browse files
Lewis LloberaEugeneHlushko
Lewis Llobera
authored andcommitted
docs(config): correct stats.entrypoints default value (#3349)
1 parent 2ce1c5c commit 4c233fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/stats.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,15 @@ module.exports = {
288288

289289
### `stats.entrypoints`
290290

291-
`boolean = false`
291+
`boolean = true`
292292

293293
Tells `stats` whether to display the entry points with the corresponding bundles.
294294

295295
```javascript
296296
module.exports = {
297297
//...
298298
stats: {
299-
entrypoints: true
299+
entrypoints: false
300300
}
301301
};
302302
```

0 commit comments

Comments
 (0)