Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Disable host check
Browse files Browse the repository at this point in the history
Fixes an error about "Invalid Host header"
Note: this is probably insecure if using this server
for a production system.
  • Loading branch information
sakridge committed Nov 7, 2018
1 parent 7bec32d commit dfc8a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -38,6 +38,7 @@ module.exports = {
}),
],
devServer: {
disableHostCheck: true,
contentBase: './dist',
hot: true,
host: '0.0.0.0',
Expand Down

0 comments on commit dfc8a70

Please sign in to comment.