Skip to content

Commit

Permalink
docs(options): added urls for new inject options (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev authored and hiroppy committed Jun 4, 2019
1 parent 428f410 commit 397bec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/options.json
Expand Up @@ -404,8 +404,8 @@
"http2": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverhttp2)",
"https": "should be {Object|Boolean} (https://webpack.js.org/configuration/dev-server/#devserverhttps)",
"index": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserverindex)",
"injectClient": "should be {Boolean|Function}",
"injectHot": "should be {Boolean|Function}",
"injectClient": "should be {Boolean|Function} (https://webpack.js.org/configuration/dev-server/#devserverinjectclient)",
"injectHot": "should be {Boolean|Function} (https://webpack.js.org/configuration/dev-server/#devserverinjecthot)",
"inline": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverinline)",
"key": "should be {String|Buffer}",
"lazy": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverlazy-)",
Expand Down

0 comments on commit 397bec8

Please sign in to comment.