aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/webpack.config.js1
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
}