### Reproduction link or steps https://stackblitz.com/edit/rolldown-rolldown-starter-stackblitz-43ncv6xc?file=src%2Fentry.js,src%2Fentry2.js,rolldown.config.mjs ### What is expected? ``` [ [ 'entry.js', ['entry2.js'] ], [ 'entry2.js', [] ] ] ``` to be output. ### What is actually happening? ``` [ [ 'entry.js', [] ], [ 'entry2.js', [] ] ] ``` is output. ### System Info ```Shell https://pkg.pr.new/@rolldown/browser@3d500e3 ``` ### Any additional comments? Probably caused by https://github.com/rolldown/rolldown/pull/7194