From 00d3b925025597b4b67060ce388c73575e384c94 Mon Sep 17 00:00:00 2001 From: Zog Date: Fri, 27 Apr 2018 10:18:49 +0200 Subject: Refs #6845; Fix IE :shrug: --- app/javascript/helpers/polyfills.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/helpers/polyfills.js') 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' -- cgit v1.2.3