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 /app/javascript/helpers/polyfills.js | |
| parent | 2d1ebb630ecfdd7b745571202ee60a35902b545f (diff) | |
| download | chouette-core-61130315087432434fbbae50d30ad1753ff596a8.tar.bz2 | |
Make ReactJS views IE-compliant :firework:ie-fixes
Diffstat (limited to 'app/javascript/helpers/polyfills.js')
| -rw-r--r-- | app/javascript/helpers/polyfills.js | 4 | 
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' | 
