Skip to content

Commit

Permalink
Set dev-server host to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblosys committed May 31, 2018
1 parent 9c02eb2 commit 4d35ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -36,6 +36,7 @@ module.exports = {
extensions: ['.js', '.jsx']
},
devServer: {
host: '0.0.0.0',
port: devServerPort,
contentBase: './public'
}
Expand Down

0 comments on commit 4d35ae3

Please sign in to comment.