From 00b84d137322ccee61f0e32971dc06370c4fd44f Mon Sep 17 00:00:00 2001 From: David DeGraw Date: Fri, 26 May 2017 15:12:25 -0600 Subject: [PATCH] Use localhost instead of 0.0.0.0 for webpack-dev-server --- lib/install/config/webpacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install/config/webpacker.yml b/lib/install/config/webpacker.yml index 28f2b0221..122029661 100644 --- a/lib/install/config/webpacker.yml +++ b/lib/install/config/webpacker.yml @@ -25,7 +25,7 @@ development: <<: *default dev_server: - host: 0.0.0.0 + host: localhost port: 8080 https: false