You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
matthewmueller
changed the title
Same file name in different directory leads to "Two output files share the same path"
Two entries with the same name in different directories lead to "Two output files share the same path"
Jul 9, 2020
Thanks, I see it now. I personally think this issue is a bit more focused on the problem. Having the exact error message in the issue title makes it more discoverable for others too.
I agree that customizing the names of chunks, assets, and entrypoints is nice to have (I use these features in rollup too), but even without any of those options, rollup and tsc handle this for you.
Let's do this. I'll close this issue and write a comment in #224.
Problem
Given the following file structure:
If you run:
You get the following error:
Possible Solution
I think I'd expect the bundle output to look like this:
So it seems like there'd need to be a base directory (defaulting to working directory) so you could do:
The text was updated successfully, but these errors were encountered: