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
The transpiled code requires the babel-runtime module in the code. The parent project can access modules used by nofat on npm3 because all modules are stored on parent project (most of the times). Try using npm peerDependencies to make sure the parent project has babel-runtime.
Is it possible to babelify code in such a way that it no longer requires babel-runtime ? I think there is.
The text was updated successfully, but these errors were encountered:
The transpiled code requires the
babel-runtime
module in the code. The parent project can access modules used bynofat
on npm3 because all modules are stored on parent project (most of the times). Try using npmpeerDependencies
to make sure the parent project hasbabel-runtime
.Is it possible to babelify code in such a way that it no longer requires
babel-runtime
? I think there is.The text was updated successfully, but these errors were encountered: