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
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Note that I'm also planning on removing babel as a dependency in general. It should be a dev dependency and not installed when being consumed by a parent module.
babel-runtime as a dep I don't really see any way of removing, short of refactoring all the code to not use ES6 anymore, but I don't think that's the direction we want to go in.
Pulling a hard dependency on babel 5 is unnecessary. Consider switching to es6-promise which doesn't have as much baggage for downstream projects.
The text was updated successfully, but these errors were encountered: