Rollup Version
4.4.1
Operating System (or Browser)
Stackblitz
Node Version (if applicable)
No response
Link To Reproduction
https://stackblitz.com/edit/rollup-repro-mparei?file=dist%2Fmain.js
Expected Behaviour
Any of
- Invalid id error to be thrown. For example: non-external resolved id should be absolute path.
- Failed to load error to be thrown. For example: id
src/sub.js cannot be loaded by the default behavior of rollup as it's not relative path.
- The module is not duplicated.
Actual Behaviour
The module ./src/sub.js is duplicated in the bundle.