We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have more than a note about polyfilling features like Object.assign.
Are we recommending the default babel-polyfill, or should we prefer babel transforms?
babel-polyfill
The text was updated successfully, but these errors were encountered:
I'm working on babel/babel-preset-env#56 right now so I would ask that you try that out when it lands! (and preset-env) in general vs
javascript/packages/babel-preset-shopify/web.js
Lines 6 to 8 in a6f87cc
Sorry, something went wrong.
@hzoo that is very exciting, can't wait to try it out when it lands!
babel/babel-preset-env#56 was landed as part of 1.0 and removes polyfills already supported natively.
babel/babel-preset-env#241 will only add polyfills used in your compiled code and will land in 2.x-alpha with Babel 7 (releasing soon)
No branches or pull requests
We should have more than a note about polyfilling features like Object.assign.
Are we recommending the default
babel-polyfill
, or should we prefer babel transforms?The text was updated successfully, but these errors were encountered: