Skip to content

Commit 8ddd391

Browse files
authored
docs(configuration): fix stats.entrypoints & stats.errorDetails type (#7207)
1 parent 0fce46e commit 8ddd391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/stats.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ module.exports = {
414414

415415
### stats.entrypoints
416416

417-
`boolean = true` `string = 'auto'`
417+
`boolean = true` `"auto"`
418418

419419
Tells `stats` whether to display the entry points with the corresponding bundles.
420420

@@ -446,7 +446,7 @@ module.exports = {
446446

447447
### stats.errorDetails
448448

449-
`boolean` `string = "auto"`
449+
`boolean` `"auto"`
450450

451451
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.
452452

0 commit comments

Comments
 (0)