1
0
Fork 0

Add --disable-host-check to development watch script to support proxies.

See also https://github.com/webpack/webpack-dev-server/issues/882
This commit is contained in:
Jan Keromnes 2018-01-25 14:41:10 +01:00 committed by Chocobozzz
parent 897cab462b
commit 42f1923430
1 changed files with 1 additions and 1 deletions

View File

@ -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