-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Rollup Version
4.28.1
Operating System (or Browser)
Stackblitz
Node Version (if applicable)
No response
Link To Reproduction
https://stackblitz.com/edit/rollup-repro-6yyh93an?file=rollup.config.js
Expected Behaviour
The input to resolve to success id and the build finishes.
In this reproduction, r1 plugin and r2 plugin calls each other: r1(virtual, foo) -> r2(virtual, bar) -> r1(virtual, foo) -> r2(virtual, bar) -> ...
The document says:
I'm not sure if it applies to this case, but I think skipping the recursive calls makes sense in this case because the same rationale makes sense.
Actual Behaviour
The input is not resolved forever.
Reactions are currently unavailable