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
Sorry for the slew of issues, we are really testing out the work here (it's awesome!). The docs suggest that this can be used instead of corejs specific runtime packages:
When designing these plugins, I decided to threat @babel/runtime as a normal dependency: you compile it if you need. Note that this wasn't possible in the past and caused recursion errors in the compiled output, but it's safe since Babel 7.8.4 it is safe.
Sorry for the slew of issues, we are really testing out the work here (it's awesome!). The docs suggest that this can be used instead of corejs specific runtime packages:
It's unclear to me though how this would work for helpers that also need polyfills. like AsyncGenerator. Is this case supposed to be covered?
The text was updated successfully, but these errors were encountered: