Merge pull request #2731 from overleaf/as-polyfill-symbol

Fix broken IE by polyfilling Symbol

GitOrigin-RevId: af2720c3c2e062aac52a5951a5e0a880ab7a3a73
This commit is contained in:
nate stemen 2020-04-07 14:05:53 -04:00 committed by Copybot
parent dea9730503
commit a10c60c878

View file

@ -1,4 +1,22 @@
define([
'core-js/stable/symbol',
'core-js/stable/symbol/async-iterator',
'core-js/stable/symbol/description',
'core-js/stable/symbol/has-instance',
'core-js/stable/symbol/is-concat-spreadable',
'core-js/stable/symbol/iterator',
'core-js/stable/symbol/match',
'core-js/stable/symbol/replace',
'core-js/stable/symbol/search',
'core-js/stable/symbol/species',
'core-js/stable/symbol/split',
'core-js/stable/symbol/to-primitive',
'core-js/stable/symbol/to-string-tag',
'core-js/stable/symbol/unscopables',
'core-js/stable/symbol/for',
'core-js/stable/symbol/key-for',
'core-js/stable/object/get-own-property-symbols',
'core-js/stable/math/to-string-tag',
'core-js/stable/array/fill',
'core-js/stable/array/from',
'core-js/stable/array/includes',