diff options
Diffstat (limited to 'vnext')
-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 } |