Skip to content

Commit a9f43bc

Browse files
committed
fix(options): delete none and warning from optinos.json
1 parent 1101fd3 commit a9f43bc

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
@@ -386,7 +386,7 @@
386386
"bonjour": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverbonjour)",
387387
"ca": "should be {String|Buffer}",
388388
"cert": "should be {String|Buffer}",
389-
"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)",
389+
"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)",
390390
"clientMode": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserverclientmode)",
391391
"compress": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devservercompress)",
392392
"contentBase": "should be {Number|String|Array} (https://webpack.js.org/configuration/dev-server/#devservercontentbase)",

0 commit comments

Comments
 (0)