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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,9 @@
288
288
"setup": {
289
289
"instanceof": "Function"
290
290
},
291
+
"sockHost": {
292
+
"type": "string"
293
+
},
291
294
"sockPath": {
292
295
"type": "string"
293
296
},
@@ -395,8 +398,9 @@
395
398
"serveIndex": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverserveindex)",
396
399
"serverSideRender": "should be {Boolean} (https://github.com/webpack/webpack-dev-middleware#serversiderender)",
397
400
"setup": "should be {Function} (https://webpack.js.org/configuration/dev-server/#devserversetup)",
401
+
"sockHost": "should be {String|Null} (https://webpack.js.org/configuration/dev-server/#devserversockhost)",
398
402
"sockPath": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserversockpath)",
399
-
"sockPort": "should be {Number|String|Null}",
403
+
"sockPort": "should be {Number|String|Null} (https://webpack.js.org/configuration/dev-server/#devserversockport)",
400
404
"socket": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserversocket)",
401
405
"staticOptions": "should be {Object} (https://webpack.js.org/configuration/dev-server/#devserverstaticoptions)",
402
406
"stats": "should be {Object|Boolean} (https://webpack.js.org/configuration/dev-server/#devserverstats-)",
0 commit comments