You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But as I understand if I'm using "useBuiltIns": "usage" I should not include "core-js/stable" directly.
Yes, the documentation states that if I'm using @babel/preset-env with useBuiltIns = usage I should not include @babel/polyfill But I was sure it only relates to @babel/polyfill import which is now deprecated.
The text was updated successfully, but these errors were encountered:
Hey @dmitriyshashkin! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.
If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community that typically always has someone willing to help. You can sign-up here
for an invite.
* Update usage.md
Updated usage.md to not recommend the use of `[@babel/polyfill](https://babeljs.io/docs/en/babel-polyfill)`, which is deprecated. Solves #2171
* Update usage.md to include usage of core-js polyfill
Update the documentation to state first how to poliyfill with core-js. Solves #2240, #2163, #2332 and #2006
* fix typo in previous commit
Fix in usage.md where I was referring(linking) to where deprecated was stated
* update usage.md to describe regenerator-runtime polyfills
I updated this doc to describe the use of regenerator-runtime polyfills and when to use them.
This guide here says that instead of using https://babeljs.io/docs/en/usage#polyfill package one should include directly "core-js/stable".
But as I understand if I'm using
"useBuiltIns": "usage"
I should not include "core-js/stable" directly.Yes, the documentation states that if I'm using @babel/preset-env with useBuiltIns = usage I should not include @babel/polyfill But I was sure it only relates to @babel/polyfill import which is now deprecated.
The text was updated successfully, but these errors were encountered: