Skip to content

fix #6730: add transformer-raw as dependency of config-webextension#7193

Merged
devongovett merged 2 commits into
parcel-bundler:v2from
arty-name:fix-6730-webextension-transformer
Oct 27, 2021
Merged

fix #6730: add transformer-raw as dependency of config-webextension#7193
devongovett merged 2 commits into
parcel-bundler:v2from
arty-name:fix-6730-webextension-transformer

Conversation

@arty-name

Copy link
Copy Markdown
Contributor

↪️ Pull Request

When using Parcel v2 (even the latest version) with @parcel/config-webextension, the build fails with an error, complaining that @parcel/transformer-raw is not listed as dependency in package.json of @parcel/config-webextension. This is reported as #6730.

My PR adds this missing dependency.

💻 Examples

Please find the examples in #6730.

🚨 Test instructions

Try building the example provided in #6730.

Since this is a declarative issue, I don’t see how it can be tested with unit tests.

✔️ PR Todo

  • Added/updated unit tests for this change
  • Filled out test instructions (In case there aren't any unit tests)
  • Included links to related issues/PRs

@height

height Bot commented Oct 26, 2021

Copy link
Copy Markdown

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@arty-name

Copy link
Copy Markdown
Contributor Author

Thanks! Impressive turnaround time! 🚀

@devongovett devongovett merged commit 84e07f2 into parcel-bundler:v2 Oct 27, 2021
@arty-name arty-name deleted the fix-6730-webextension-transformer branch October 27, 2021 16:28
lettertwo added a commit that referenced this pull request Nov 15, 2021
* v2: (68 commits)
  Fix RangeError in `not export` error with other file type (#7295)
  Apply sourcemap in @parcel/transformer-typescript-tsc (#7287)
  Fix side effects glob matching (#7288)
  Fix changelog headings
  v2.0.1
  Changelog for v2.0.1
  Resolve GLSL relative to the importer, not the asset (#7263)
  fix: add @parcel/diagnostic as dependency of @parcel/transformer-typescript-types (#7248)
  Fixed missing "Parcel" export member in Module "@parcel/core" (#7250)
  Add script to sync engines with core version (#7207)
  Bump swc (#7216)
  Make Webpack loader detection regex dramatically faster (#7226)
  swc optimizer (#7212)
  Update esbuild in optimizer (#7233)
  Properly visit member expressions (#7228)
  Update to prettier 2 (#7209)
  Fix serve mode with target override and target source fields (#7187)
  Update package.json to include the repository (#7184)
  fix #6730: add transformer-raw as dependency of config-webextension (#7193)
  Log warning instead of crash if image optimizer fails (#7119)
  ...
lettertwo added a commit that referenced this pull request Nov 15, 2021
* v2: (68 commits)
  Fix RangeError in `not export` error with other file type (#7295)
  Apply sourcemap in @parcel/transformer-typescript-tsc (#7287)
  Fix side effects glob matching (#7288)
  Fix changelog headings
  v2.0.1
  Changelog for v2.0.1
  Resolve GLSL relative to the importer, not the asset (#7263)
  fix: add @parcel/diagnostic as dependency of @parcel/transformer-typescript-types (#7248)
  Fixed missing "Parcel" export member in Module "@parcel/core" (#7250)
  Add script to sync engines with core version (#7207)
  Bump swc (#7216)
  Make Webpack loader detection regex dramatically faster (#7226)
  swc optimizer (#7212)
  Update esbuild in optimizer (#7233)
  Properly visit member expressions (#7228)
  Update to prettier 2 (#7209)
  Fix serve mode with target override and target source fields (#7187)
  Update package.json to include the repository (#7184)
  fix #6730: add transformer-raw as dependency of config-webextension (#7193)
  Log warning instead of crash if image optimizer fails (#7119)
  ...
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.

@parcel/config-webextension missing dependency @parcel/transformer-raw

3 participants