Merge pull request #2554 from overleaf/jpa-explicitly-polyfill-array-from

[frontend] libraries: explicitly request the Array.from polyfill

GitOrigin-RevId: cec64e4e94623b454de1103580f58de9a61d12f5
This commit is contained in:
nate stemen 2020-02-03 09:11:51 -05:00 committed by Copybot
parent dda4ce18d3
commit ab175a340b

View file

@ -1,5 +1,6 @@
define([
'core-js/stable/array/fill',
'core-js/stable/array/from',
'core-js/stable/array/includes',
'jquery',
'angular',