From 501a73b6a5cf9db508f6cf54cab4baf11ee6cecd Mon Sep 17 00:00:00 2001 From: Pei-Tang Huang Date: Thu, 22 Mar 2018 11:21:16 +0800 Subject: Add Array.fill for IE 11 compatibility. --- app/assets/javascripts/commons/polyfills.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/commons/polyfills.js b/app/assets/javascripts/commons/polyfills.js index 46232726510..d62d3c23654 100644 --- a/app/assets/javascripts/commons/polyfills.js +++ b/app/assets/javascripts/commons/polyfills.js @@ -1,4 +1,5 @@ // ECMAScript polyfills +import 'core-js/fn/array/fill'; import 'core-js/fn/array/find'; import 'core-js/fn/array/find-index'; import 'core-js/fn/array/from'; -- cgit v1.2.1