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
Link to reproduction (⚠️ read below): https://github.com/puchm/rollup-issue-demo
Sorry, it's not using the Rollup REPL - it's very minimal though since I created it from scratch. I hope this is ok.
Expected Behavior
When @babel/plugin-transform-runtime is in the Babel plugins array inside .babelrc, the following error has no reason to appear as far as I'm concerned:
Error: You must use the `@babel/plugin-transform-runtime` plugin when `babelHelpers` is "runtime"
Actual Behavior
The above error message appears.
Additional Information
When making the reproduction repo I noticed that this issue pops up as soon as I add the Node resolve plugin. (babel.config.js, lines 17-19). When I remove those lines the error doesn't appear. Instead, it fails to resolve the import from main.ts to test.ts.
What is the issue here?
Thanks,
-Moritz
The text was updated successfully, but these errors were encountered:
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ
Sorry, it's not using the Rollup REPL - it's very minimal though since I created it from scratch. I hope this is ok.
Expected Behavior
When
@babel/plugin-transform-runtime
is in the Babel plugins array inside.babelrc
, the following error has no reason to appear as far as I'm concerned:Actual Behavior
The above error message appears.
Additional Information
When making the reproduction repo I noticed that this issue pops up as soon as I add the Node resolve plugin. (
babel.config.js
, lines 17-19). When I remove those lines the error doesn't appear. Instead, it fails to resolve the import frommain.ts
totest.ts
.What is the issue here?
Thanks,
-Moritz
The text was updated successfully, but these errors were encountered: