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
If we implement #97, I think we would just need to specify a node target in the @babel/preset-env config along with a browserslist entry in package.json and the rest should be taken care of (in theory 😄 ).
Update our babel-plugin-transform-runtime config to specify exactly which runtime polyfills the library needs.
Currently we're using defaults:
We could maybe use babel-plugin-transform-regenerator to more granularly specify runtime transforms.
The text was updated successfully, but these errors were encountered: