aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/helpers
diff options
context:
space:
mode:
authorZog2018-04-27 10:18:49 +0200
committerZog2018-04-27 10:18:49 +0200
commit00d3b925025597b4b67060ce388c73575e384c94 (patch)
tree4e0148b82061bee2dde87bbe484b1a27a6d66930 /app/javascript/helpers
parent9279fbf0cc56e0e793de2a17547da9465ae83997 (diff)
downloadchouette-core-00d3b925025597b4b67060ce388c73575e384c94.tar.bz2
Refs #6845; Fix IE :shrug:6845-fix-ie
Diffstat (limited to 'app/javascript/helpers')
-rw-r--r--app/javascript/helpers/polyfills.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/helpers/polyfills.js b/app/javascript/helpers/polyfills.js
index 93e3e9846..691fe04af 100644
--- a/app/javascript/helpers/polyfills.js
+++ b/app/javascript/helpers/polyfills.js
@@ -1,4 +1,5 @@
import 'promise-polyfill/src/polyfill'
import 'es6-symbol/implement'
import 'polyfill-array-includes'
+import 'babel-polyfill'
import 'whatwg-fetch'