Skip to content

Commit c17fcb7

Browse files
connorjclarkskipjack
authored andcommitted
docs(config): fix default value for stats.colors (#1835)
Doc incorrectly states the default value is `true`, but it is `false`: https://github.com/webpack/webpack/blob/master/lib/Stats.js#L512
1 parent 696fed5 commit c17fcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ stats: {
6262
// Context directory for request shortening
6363
context: "../src/",
6464
// `webpack --colors` equivalent
65-
colors: true,
65+
colors: false,
6666
// Display the distance from the entry point for each module
6767
depth: false,
6868
// Display the entry points with the corresponding bundles

0 commit comments

Comments
 (0)