From c56afde00c89d7c6b2cb6e3d3a3b9dcf472da9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 5 Feb 2021 11:00:23 +0100 Subject: [PATCH] feat(dev) bind to 0.0.0.0 on the dev server by default --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index c062ee05d..b349ecd0d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -35,6 +35,7 @@ function getPerformanceHints(size) { const config = { devServer: { https: true, + host: '0.0.0.0', inline: true, proxy: { '/': {