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
https://babeljs.io/docs/en/babel-preset-env#usebuiltins-usage says it adds polyfills. But I assume it also adds regeneratorRuntime (which is not a polyfill)? Should that be explicit somewhere in the usage part? Since I assume usage doesn't do anything else than to add core-js Polyfills and the funciton regeneratorRuntime?
The text was updated successfully, but these errors were encountered:
Hey @thernstig! 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.
https://babeljs.io/docs/en/babel-preset-env#usebuiltins-usage says it adds polyfills. But I assume it also adds
regeneratorRuntime
(which is not a polyfill)? Should that be explicit somewhere in theusage
part? Since I assumeusage
doesn't do anything else than to addcore-js
Polyfills and the funcitonregeneratorRuntime
?The text was updated successfully, but these errors were encountered: