Skip to content

Commit 6784ce5

Browse files
committed
fix(options): delete none and warning from optinos.json
1 parent b79171c commit 6784ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"bonjour": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverbonjour)",
381381
"ca": "should be {String|Buffer}",
382382
"cert": "should be {String|Buffer}",
383-
"clientLogLevel": "should be {String} and equal to one of the allowed values\n\n [ 'none', 'silent', 'info', 'debug', 'trace', 'error', 'warning', 'warn' ]\n\n (https://webpack.js.org/configuration/dev-server/#devserverclientloglevel)",
383+
"clientLogLevel": "should be {String} and equal to one of the allowed values\n\n [ 'silent', 'info', 'debug', 'trace', 'error', 'warn' ]\n\n (https://webpack.js.org/configuration/dev-server/#devserverclientloglevel)",
384384
"compress": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devservercompress)",
385385
"contentBase": "should be {Number|String|Array} (https://webpack.js.org/configuration/dev-server/#devservercontentbase)",
386386
"disableHostCheck": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverdisablehostcheck)",

0 commit comments

Comments
 (0)