You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/options.json
+4
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,9 @@
168
168
"lazy": {
169
169
"type": "boolean"
170
170
},
171
+
"liveReload": {
172
+
"type": "boolean"
173
+
},
171
174
"log": {
172
175
"instanceof": "Function"
173
176
},
@@ -377,6 +380,7 @@
377
380
"inline": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverinline)",
378
381
"key": "should be {String|Buffer}",
379
382
"lazy": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverlazy-)",
383
+
"liveReload": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#livereload-)",
380
384
"log": "should be {Function}",
381
385
"logLevel": "should be {String} and equal to one of the allowed values\n\n [ 'info', 'warn', 'error', 'debug', 'trace', 'silent' ]\n\n (https://github.com/webpack/webpack-dev-middleware#loglevel)",
382
386
"logTime": "should be {Boolean} (https://github.com/webpack/webpack-dev-middleware#logtime)",
0 commit comments