Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate output with multiple entry points on Windows (host normalization) #251

Merged
merged 1 commit into from
Nov 20, 2020

Commits on Nov 11, 2020

  1. Fix duplicate output with multiple entry points

    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.
    antross committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ff5b66e View commit details
    Browse the repository at this point in the history