Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate using core-js for polyfills #911

Open
zepumph opened this issue Mar 6, 2020 · 0 comments
Open

Investigate using core-js for polyfills #911

zepumph opened this issue Mar 6, 2020 · 0 comments

Comments

@zepumph
Copy link
Member

zepumph commented Mar 6, 2020

Currently twice we have had to notice that sims stopped working IE, and then debug cryptic errors on that platform only to release that we need to polyfill (Promise for the webpack build, and Array.from).

I think we should investigate what it would look like to use core-js, as it seems to be the industry standard (babel-polyfill is deprecated in favor of it). Likely then we could get transpile.js and the babel core api to work with core-js (maybe with some tweaking)?

I'm not too sure, but it is worth investigation! I will take a look, and I will assign @jonathanolson and @samreid so they are aware. Please unassign if you don't want to or have the bandwidth to take this on right now. Whoever gets to it first go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants