aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/helpers/polyfills.js
diff options
context:
space:
mode:
authorLuc Donnet2018-05-23 12:45:06 +0200
committerGitHub2018-05-23 12:45:06 +0200
commit192f7b1c8a42e9de63aab64c4f815ebddde7fbd6 (patch)
tree15f1069fc0fe636d23bf0669b365e1364d982fef /app/javascript/helpers/polyfills.js
parent223fb43d3e0bc0a7aba73252f5c44b1a3202a84a (diff)
parent00d3b925025597b4b67060ce388c73575e384c94 (diff)
downloadchouette-core-192f7b1c8a42e9de63aab64c4f815ebddde7fbd6.tar.bz2
Merge pull request #539 from af83/6845-fix-ie
Refs #6845; Fix IE
Diffstat (limited to 'app/javascript/helpers/polyfills.js')
-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'