Fix webpack-dev-server on Windows (#4000)

* Fix webpack-dev-server on Windows

* Serve webpack from 0.0.0.0, access at 127.0.0.1
This commit is contained in:
Nolan Lawson
2017-06-30 04:43:26 -07:00
committed by Eugen Rochko
parent 59ddf81a45
commit 968354923e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ development:
<<: *default
dev_server:
host: 0.0.0.0
host: 127.0.0.1
port: 8080
https: false