From 61130315087432434fbbae50d30ad1753ff596a8 Mon Sep 17 00:00:00 2001 From: Zog Date: Wed, 11 Apr 2018 16:22:22 +0200 Subject: Make ReactJS views IE-compliant :firework: --- app/javascript/helpers/polyfills.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/javascript/helpers/polyfills.js (limited to 'app/javascript/helpers/polyfills.js') 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' -- cgit v1.2.3