From 42f192343035dd56ecd67cc578a7984393a940e5 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Thu, 25 Jan 2018 14:41:10 +0100 Subject: Add --disable-host-check to development watch script to support proxies. See also https://github.com/webpack/webpack-dev-server/issues/882 --- scripts/watch/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh index d8c3a2547..2481e2269 100755 --- a/scripts/watch/client.sh +++ b/scripts/watch/client.sh @@ -2,4 +2,4 @@ cd client || exit -1 -npm run ng -- server --hmr --host 0.0.0.0 --port 3000 +npm run ng -- server --hmr --host 0.0.0.0 --disable-host-check --port 3000 -- cgit v1.2.3