Skip to content

Commit

Permalink
temp disable dev serve host check: webpack/webpack-dev-server#1604
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 21, 2018
1 parent 72572e2 commit fd241c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = merge(common, {
},
hot: false,
writeToDisk: true,
// @@@ https://github.com/webpack/webpack-dev-server/issues/1604
disableHostCheck: true,
},
plugins: [
new CleanWebpackPlugin(['dist/*.*']),
Expand Down

0 comments on commit fd241c8

Please sign in to comment.