Add Array.fill for IE 11 compatibility.
This commit is contained in:
parent
956bd6a458
commit
501a73b6a5
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue