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 Oct 2, 2021. It is now read-only.
I will need to fix this when I update everything to 7.0.0-beta.56. In the meantime, you might want to stay on beta.55. The good news is that Babel 7 seems very close to its first release candidate!
What I tried:
@babel/runtime-corejs2
babelrc
with this:{ "plugins": [ "@babel/plugin-transform-runtime", { "corejs": 2 } ] }
@babel/plugin-transform-runtime
with@babel/core
and pinning them to7.0.0-beta.56
But didn't change the situation.
Relevant links:
Relevant post on Meteor Forum: https://forums.meteor.com/t/error-cannot-find-module-babel-runtime-helpers-builtin-interoprequiredefault/44944/7
Relevant Meteor issue: meteor/meteor#10126
Babel release changelog: https://github.com/babel/babel/releases/tag/v7.0.0-beta.56
Updated docs for runtime plugin: https://github.com/babel/babel/releases/tag/v7.0.0-beta.56
Original PR in Babel: babel/babel#8266
Here is the stacktrace:
The text was updated successfully, but these errors were encountered: