-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
@parcel/config-webextension missing dependency @parcel/transformer-raw #6730
Labels
Comments
This is maybe a different issue, but if I get it to successfully build by taking out the
Edit: Seems unrelated. I started using "targets" in my package.json and this warning went away. |
arty-name
added a commit
to arty-name/parcel
that referenced
this issue
Oct 26, 2021
3 tasks
3 tasks
devongovett
pushed a commit
that referenced
this issue
Oct 27, 2021
lettertwo
added a commit
that referenced
this issue
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 issue
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
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
.parcelrc
command
🤔 Expected Behavior
I would expect there to not be an error when running build
😯 Current Behavior
When trying to run a parcel build (2.0.0-rc.0) using the
@parcel/config-webextension
an error message pops up:The dependencies in the
package.json
for@parcel/config-webextension
:which indeed does not include
@parcel/transformer-raw
💁 Possible Solution
Add the dependency to @parcel/config-webextension
It also looks like this error only shows up when you use the
"default_locale": "en",
option in the manifest.json🔦 Context
Keeping my dependencies on the bleeding edge. Little bit of blood, but not too much :) that's what release candidates are for!
💻 Code Sample
package.json
.parcelrc
manifest.json
_locales/en/messages.json
🌍 Your Environment
The text was updated successfully, but these errors were encountered: