We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stats.entrypoints
1 parent 2ce1c5c commit 4c233faCopy full SHA for 4c233fa
src/content/configuration/stats.md
@@ -288,15 +288,15 @@ module.exports = {
288
289
### `stats.entrypoints`
290
291
-`boolean = false`
+`boolean = true`
292
293
Tells `stats` whether to display the entry points with the corresponding bundles.
294
295
```javascript
296
module.exports = {
297
//...
298
stats: {
299
- entrypoints: true
+ entrypoints: false
300
}
301
};
302
```
0 commit comments