Reproduction link or steps
REPL
What is expected?
The output files to be:
main.js
file2.js
folder/fileInFolder.js
What is actually happening?
The output files are:
main.js
file2.js
main2.js
System Info
Any additional comments?
Originally reported at vitejs/rolldown-vite#429
Probably related to #4790