Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Fix bug where no other hosts than localhost works in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
emiloberg committed Apr 26, 2017
1 parent 1efc12f commit ded3166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/compile/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function createWebpackConfig(args = [], opts = {}) {
devServer: {
inline: true,
hot: true,
disableHostCheck: true,
stats: {
colors: true,
chunkModules: false
Expand Down

0 comments on commit ded3166

Please sign in to comment.