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 newest version causes a Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault' error, which can be fixed by adding an @babel/runtime to the dependencies.
Thanks for reporting @MelonCola . This regression was introduced in v9.3.1, where I added @babel/runtime in order to enable using iterators in #2155. I've now reverted this, and we will look deeper into this in #2155 to set up a correct solution with babel, that should not introduce @babel/runtime as a dependency.
The newest version causes a Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault' error, which can be fixed by adding an @babel/runtime to the dependencies.
I'm not going to try making a PR as I'm not familiar with babel and am not positive this is the correct solution, but as far as I can tell, from the docs here https://babeljs.io/docs/en/babel-plugin-transform-runtime, it is.
The text was updated successfully, but these errors were encountered: