Skip to content

Commit

Permalink
Set disableHostCheck for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
seawind543 committed Dec 8, 2017
1 parent 6f9a03c commit ce764ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module.exports = {
},
// https://webpack.github.io/docs/webpack-dev-server.html#additional-configuration-options
devServer: {
disableHostCheck: true,
noInfo: false,
lazy: false,
// https://webpack.github.io/docs/node.js-api.html#compiler
Expand Down

0 comments on commit ce764ac

Please sign in to comment.