We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fce46e commit 8ddd391Copy full SHA for 8ddd391
src/content/configuration/stats.mdx
@@ -414,7 +414,7 @@ module.exports = {
414
415
### stats.entrypoints
416
417
-`boolean = true` `string = 'auto'`
+`boolean = true` `"auto"`
418
419
Tells `stats` whether to display the entry points with the corresponding bundles.
420
@@ -446,7 +446,7 @@ module.exports = {
446
447
### stats.errorDetails
448
449
-`boolean` `string = "auto"`
+`boolean` `"auto"`
450
451
Tells `stats` whether to add the details to the errors. It defaults to `'auto'` which will show error details when there're only 2 or less errors.
452
0 commit comments