Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate output with multiple entry points (#251)
On Windows the normalized paths in resolveId end up in POSIX format. This cause rollup to treat the returned path as a new piece of content. This in turn results in duplicate output for references across entry points. Fixed by normalizing the path to use host OS separators before returning.
- Loading branch information