mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 11:35:57 +00:00
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:
parent
dda4ce18d3
commit
ab175a340b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
define([
|
||||
'core-js/stable/array/fill',
|
||||
'core-js/stable/array/from',
|
||||
'core-js/stable/array/includes',
|
||||
'jquery',
|
||||
'angular',
|
||||
|
|
Loading…
Reference in a new issue