Skip to content

Commit

Permalink
Fix invalid host warning issue as per webpack/webpack-dev-server#1604
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrc356 committed Jul 10, 2019
1 parent cccf0fa commit d9768dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/webpack.config.renderer.dev.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export default merge.smart(baseConfig, {
port,
publicPath,
compress: true,
disableHostCheck: true,
noInfo: true,
stats: 'errors-only',
inline: true,
Expand Down

0 comments on commit d9768dc

Please sign in to comment.