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
@mschipperheyn The compiled code depends on @babel/runtime, which is primarily used to avoid generating redundant helper code during Babel transpilation and to provide the helper functions required for transpiling.
Do we really need @babel/runtime as a peerDependency? Shouldn't this be a devDependency?
This is creating problems for us in yarn 4.6.0, which is MUCH stricter with dependencies.
The text was updated successfully, but these errors were encountered: