Skip to content

Commit

Permalink
fix webpack dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed May 8, 2017
1 parent 1bc97bd commit 488af3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _develop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ module.exports = function(env) {
contentBase: path.resolve(__dirname, '../dist'),
hot: false,
port: process.env.npm_package_config_ports_webpack,
stats: 'minimal'
stats: 'minimal',
disableHostCheck: true
}
};

Expand Down

0 comments on commit 488af3f

Please sign in to comment.