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

validateBundles does not print conflicting names #9998

Open
lukaw3d opened this issue Nov 5, 2024 · 0 comments
Open

validateBundles does not print conflicting names #9998

lukaw3d opened this issue Nov 5, 2024 · 0 comments

Comments

@lukaw3d
Copy link
Contributor

lukaw3d commented Nov 5, 2024

🐛 bug report

new Set(bundleNames) and new Set(unique(bundleNames)) both remove duplicates so setDifference is empty

'Bundles must have unique name. Conflicting names: ' +
[
...setDifference(new Set(bundleNames), new Set(unique(bundleNames))),
].join(),

🎛 Configuration (.babelrc, package.json, cli command)

{
  "your": { "config": "here" }
}

🤔 Expected Behavior

😯 Current Behavior

💁 Possible Solution

🔦 Context

💻 Code Sample

🌍 Your Environment

Software Version(s)
Parcel
Node
npm/Yarn
Operating System
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant