Skip to content

Commit 2dafb77

Browse files
sergkopSpaceK33z
authored andcommitted
Fix options schema inconsistency for logLevel (#1372)
The correct level name expected by webpack-log is 'silent' rather than 'none'
1 parent 623d337 commit 2dafb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/optionsSchema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
"type": "object"
6868
},
6969
"logLevel": {
70-
"description": "Log level in the terminal/console (trace, debug, info, warn, error or none)",
70+
"description": "Log level in the terminal/console (trace, debug, info, warn, error or silent)",
7171
"enum": [
7272
"trace",
7373
"debug",
7474
"info",
7575
"warn",
7676
"error",
77-
"none"
77+
"silent"
7878
]
7979
},
8080
"clientLogLevel": {

0 commit comments

Comments
 (0)