aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/helpers
diff options
context:
space:
mode:
authorZog2018-04-11 16:22:22 +0200
committerZog2018-04-11 16:22:22 +0200
commit61130315087432434fbbae50d30ad1753ff596a8 (patch)
treeb1976594f2a074961c331fead0fc25c8298e98ec /app/javascript/helpers
parent2d1ebb630ecfdd7b745571202ee60a35902b545f (diff)
downloadchouette-core-61130315087432434fbbae50d30ad1753ff596a8.tar.bz2
Make ReactJS views IE-compliant :firework:ie-fixes
Diffstat (limited to 'app/javascript/helpers')
-rw-r--r--app/javascript/helpers/polyfills.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/helpers/polyfills.js b/app/javascript/helpers/polyfills.js
new file mode 100644
index 000000000..93e3e9846
--- /dev/null
+++ b/app/javascript/helpers/polyfills.js
@@ -0,0 +1,4 @@
+import 'promise-polyfill/src/polyfill'
+import 'es6-symbol/implement'
+import 'polyfill-array-includes'
+import 'whatwg-fetch'