diff options
| author | Zog | 2018-04-27 10:18:49 +0200 | 
|---|---|---|
| committer | Zog | 2018-04-27 10:18:49 +0200 | 
| commit | 00d3b925025597b4b67060ce388c73575e384c94 (patch) | |
| tree | 4e0148b82061bee2dde87bbe484b1a27a6d66930 /app/javascript/helpers | |
| parent | 9279fbf0cc56e0e793de2a17547da9465ae83997 (diff) | |
| download | chouette-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.js | 1 | 
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' | 
