Reproduction link or steps
REPL
What is expected?
No circular import is generated in the output.
What is actually happening?
A circular import is generated in the output (./dist-BYL4WI7v.js -> baebl-DB_OXm3S.js -> ...)
System Info
Any additional comments?
The output doesn't include a circular import when exprimental.chunkOptimization: false is set. Originally reported at #8492
I'll check why https://github.com/sapphi-red/zarara didn't encounter this case later.