diff options
| author | Zog | 2018-04-11 16:22:22 +0200 | 
|---|---|---|
| committer | Zog | 2018-04-11 16:22:22 +0200 | 
| commit | 61130315087432434fbbae50d30ad1753ff596a8 (patch) | |
| tree | b1976594f2a074961c331fead0fc25c8298e98ec /config | |
| parent | 2d1ebb630ecfdd7b745571202ee60a35902b545f (diff) | |
| download | chouette-core-61130315087432434fbbae50d30ad1753ff596a8.tar.bz2 | |
Make ReactJS views IE-compliant :firework:ie-fixes
Diffstat (limited to 'config')
| -rw-r--r-- | config/webpacker.yml | 2 | 
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 | 
