-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Should @babel/polyfill not be used in entry-level usage docs? #12401
Comments
Hey @AndrewSouthpaw! 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." |
Yes please! 👍 If you need any help feel free to ask. |
This is a really important fix.
I'm obviously missing something. |
Bug Report
Current behavior
The Usage Guide Overview talks about installing
@babel/polyfill
, which is now deprecated.Expected behavior
The guide would provide instructions for the more contemporary way of providing polyfills with
core-js
andregenerator-runtime
.Environment
Web
Possible Solution
Could be some pretty easy docs updates, would be happy to write them if I get can a 👍 from someone on the team.
The text was updated successfully, but these errors were encountered: