Skip to content

fix: add extra information to unique bundles#8784

Merged
devongovett merged 2 commits into
parcel-bundler:v2from
tristan-f-r:namer-error
Feb 1, 2023
Merged

fix: add extra information to unique bundles#8784
devongovett merged 2 commits into
parcel-bundler:v2from
tristan-f-r:namer-error

Conversation

@tristan-f-r

Copy link
Copy Markdown
Contributor

↪️ Pull Request

Fixes #7255, by providing more context on the namer error.

✔️ PR Todo

  • Included links to related issues/PRs

@devongovett devongovett left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that's helpful!

@devongovett devongovett merged commit 1fd8241 into parcel-bundler:v2 Feb 1, 2023
@tristan-f-r

Copy link
Copy Markdown
Contributor Author

@devongovett seems I let something slip by. Bundles must have unique name. - name should be names.

marcins pushed a commit to marcins/parcel that referenced this pull request Jul 14, 2023
* upstream/v2:
  Sort global deps before injecting imports (parcel-bundler#8818)
  Sort CSS module exports (parcel-bundler#8817)
  fix: add extra information to unique bundles (parcel-bundler#8784)
  Don't blow up HMR when <link />s don't have hrefs (parcel-bundler#8800)
lettertwo added a commit that referenced this pull request Nov 6, 2023
* upstream/v2: (128 commits)
  [webextension] Add support for `chrome_style` (#8867)
  Switch to SWC minifier by default (#8860)
  Use BitSet for bundler intersections (#8862)
  best key logic truncating package names (#8865)
  Add support for loadConfig to resolver plugins (#8847)
  Missing edge for multiple targets (#8854)
  Split large runtime manifest into separate bundles (#8837)
  Improvements to new resolver (#8844)
  Fix published files for resolver
  New resolver implementation in Rust (#8807)
  Update yarn.lock (#8843)
  Bump napi-rs to latest (#8838)
  Support .proxyrc.cjs  (#8833)
  Sort global deps before injecting imports (#8818)
  Sort CSS module exports (#8817)
  fix: add extra information to unique bundles (#8784)
  Don't blow up HMR when <link />s don't have hrefs (#8800)
  v2.8.3
  Changelog for v2.8.3
  Address bug by updating an asset reference and merge conditions (#8762)
  ...
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

Successfully merging this pull request may close these issues.

Bundles must have unique names has no context, like many other errors

2 participants