rschamp
735042c414
Revert "Merge pull request #6245 from LLK/revert-6243-hotfix/dynamic-intl-polyfill"
...
This reverts commit 42712bd636
, reversing
changes made to f152df774f
.
2021-11-08 11:50:18 -05:00
chrisgarrity
55d2a389e4
Revert "Replace static plural rule and relative time polyfills with a dynamic import"
2021-11-01 13:33:30 -04:00
Chris Garrity
cb968f3842
[WIP] preliminary intl polyfill
...
partial implementation of intl-polyfill. Doesn't include all the www langauges, and we don't want to have to update www each time there is a language added, so this needs to move into scratch-l10n somehow.
polyfill.min.js no longer needs the intl.js polyfill, so removed. Should still look at whether the other parts of polyfill.min are needed, but they're unrelated to intl.
2021-08-25 11:13:24 -04:00
Paul Kaplan
ee4268af15
Add es6-promise polyfill to fix browsers lacking promise.finally
...
This fixes an issue where projects could not be loaded on Edge
2018-12-03 09:32:27 -05:00
Ray Schamp
25a0c5b729
Add Object.assign polyfill
...
Fixes IE11 Splash page error
2018-04-03 14:31:41 -04:00
Ray Schamp
cc041c2550
Update Symbol polyfill to actual minified version
2018-04-02 14:53:05 -04:00
Ray Schamp
827942f910
Update ES6 Symbol polyfill
...
Apparently the one we are using isn't sufficient for one of our dependencies coming with scratch-gui, so update to a different one that is sufficient.
2018-03-30 10:51:22 -04:00
Ray Schamp
0a6092bde8
Add Symbol polyfill
2018-01-31 10:01:14 -05:00
Ray Schamp
295a1045cd
Add polyfills for formsy-react-components
...
This module now requires polyfills for Set and Array.from: https://github.com/twisty/formsy-react-components#browser-support
2018-01-30 20:22:19 -05:00
Ray Schamp
884e9ff4a7
Don't bundle polyfills
...
They are inherently global, so don't belong in the domain of webpack.
2016-05-17 21:02:36 -04:00