Skip to content

Commit

Permalink
Update webpack.config.dev.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GleanCoder1116 authored Nov 26, 2019
1 parent 139a7b6 commit fb27cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ module.exports = merge(baseConfig, {
new webpack.HotModuleReplacementPlugin()
],
devServer: {
host: '10.221.68.181',
// host: '0.0.0.0',
host: '0.0.0.0',
port: 4200,
disableHostCheck: false,
hot: true,
Expand Down

0 comments on commit fb27cc5

Please sign in to comment.