mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2795 from overleaf/as-polyfill-promise
Polyfill Promise to fix login page on IE11 GitOrigin-RevId: 5f87532ac47e42c92a6ed8ff794734ab9bd91ebb
This commit is contained in:
parent
7f13e258bb
commit
9c147d704a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ define([
|
||||||
'core-js/stable/symbol/for',
|
'core-js/stable/symbol/for',
|
||||||
'core-js/stable/symbol/key-for',
|
'core-js/stable/symbol/key-for',
|
||||||
'core-js/stable/object/get-own-property-symbols',
|
'core-js/stable/object/get-own-property-symbols',
|
||||||
|
'core-js/stable/promise',
|
||||||
'core-js/stable/math/to-string-tag',
|
'core-js/stable/math/to-string-tag',
|
||||||
'core-js/stable/array/fill',
|
'core-js/stable/array/fill',
|
||||||
'core-js/stable/array/from',
|
'core-js/stable/array/from',
|
||||||
|
|
Loading…
Reference in a new issue