aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorZog2018-04-11 16:22:22 +0200
committerZog2018-04-11 16:22:22 +0200
commit61130315087432434fbbae50d30ad1753ff596a8 (patch)
treeb1976594f2a074961c331fead0fc25c8298e98ec /config
parent2d1ebb630ecfdd7b745571202ee60a35902b545f (diff)
downloadchouette-core-61130315087432434fbbae50d30ad1753ff596a8.tar.bz2
Make ReactJS views IE-compliant :firework:ie-fixes
Diffstat (limited to 'config')
-rw-r--r--config/webpacker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml
index be1105bad..24a7e32dc 100644
--- a/config/webpacker.yml
+++ b/config/webpacker.yml
@@ -41,7 +41,7 @@ development:
public: localhost:3035
hmr: false
# Inline should be set to true if using HMR
- inline: true
+ inline: false
overlay: true
disable_host_check: true
use_local_ip: false