From e9d3b177551befd6075b495a56759057305e3e69 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 26 Sep 2018 12:12:37 +0300 Subject: dev-server: fix host --- vnext/webpack.config.js | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3