diff options
author | Vitaly Takmazov | 2018-09-26 12:12:37 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | e9d3b177551befd6075b495a56759057305e3e69 (patch) | |
tree | b4fae23f7934cf25cd393278bc71a272db77c0f9 /vnext/webpack.config.js | |
parent | 2d883b6fa4c14fe50f77a4412d26082bc0badde0 (diff) |
dev-server: fix host
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 20434b44..1eef1c71 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -111,6 +111,7 @@ module.exports = (env, argv) => { devServer: { bonjour: true, historyApiFallback: true, + host: '0.0.0.0', hot: true, inline: true } |