From c658a3bec4b35003e624a2e3063c62bad710aa1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Tue, 10 Oct 2017 14:46:39 +0200 Subject: [PATCH] Disable host check in webpack dev server --- server/sonar-web/scripts/start.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/sonar-web/scripts/start.js b/server/sonar-web/scripts/start.js index 97535e1357a..3049119cf79 100644 --- a/server/sonar-web/scripts/start.js +++ b/server/sonar-web/scripts/start.js @@ -83,6 +83,7 @@ function runDevServer(compiler, host, port, protocol) { compress: true, clientLogLevel: 'none', contentBase: paths.appPublic, + disableHostCheck: true, hot: true, publicPath: config.output.publicPath, quiet: true, -- 2.39.5