We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating to 2.8.0, running the script shows the following error:
Uncaught ReferenceError: $ce507344e8a6f2ed$export$405d0624ed55a03f is not defined at queryClient.ts:4:28
// .parcelrc { "extends": "@parcel/config-webextension", "transformers": { "jsx:*.svg": ["@parcel/transformer-svg-react"], "jsx:*": ["..."] } }
// package.json "@parcel/bundler-default": { "minBundles": 10000000, "minBundleSize": 3000, "maxParallelRequests": 20 },
Building is done by running this command:
parcel build src/manifest.json --no-content-hash
{ "your": { "config": "here" } }
May be related to this: #8071
Currently, downgrading to 2.6.2 works.
The text was updated successfully, but these errors were encountered:
Please try the nightly version, this is hopefully fixed already: #8624
Sorry, something went wrong.
No branches or pull requests
🐛 bug report
After updating to 2.8.0, running the script shows the following error:
🎛 Configuration (.babelrc, package.json, cli command)
Building is done by running this command:
💁 Possible Solution
May be related to this: #8071
Currently, downgrading to 2.6.2 works.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: