Skip to content

Commit 397bec8

Browse files
knagaitsevhiroppy
authored andcommitted
docs(options): added urls for new inject options (#1959)
1 parent 428f410 commit 397bec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/options.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@
404404
"http2": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverhttp2)",
405405
"https": "should be {Object|Boolean} (https://webpack.js.org/configuration/dev-server/#devserverhttps)",
406406
"index": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserverindex)",
407-
"injectClient": "should be {Boolean|Function}",
408-
"injectHot": "should be {Boolean|Function}",
407+
"injectClient": "should be {Boolean|Function} (https://webpack.js.org/configuration/dev-server/#devserverinjectclient)",
408+
"injectHot": "should be {Boolean|Function} (https://webpack.js.org/configuration/dev-server/#devserverinjecthot)",
409409
"inline": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverinline)",
410410
"key": "should be {String|Buffer}",
411411
"lazy": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverlazy-)",

0 commit comments

Comments
 (0)