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
fix(command): Inline Babel helpers with build (#54)
When the helpers were not inlined they depended on `@babel/runtime` which was fine for this package, but for the packages uses `@benmvp/cli` they would also depend on `@babel/runtime`, which is not desired.
So now those helpers are just inlined and duplicated. For now if a lib wants to use `async` they'll need to manually include the `regeneratorRuntime`.
0 commit comments