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

Updating to 2.8.0 from 2.6.2 breaks production build for @parcel/config-webextension #8664

Closed
everdimension opened this issue Nov 29, 2022 · 1 comment

Comments

@everdimension
Copy link

🐛 bug report

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

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

// .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" }
}

💁 Possible Solution

May be related to this: #8071

Currently, downgrading to 2.6.2 works.

🌍 Your Environment

Software Version(s)
Parcel 2.8.0
Node v16.14.0
npm/Yarn 8.3.1
Operating System macos 11.5.1
@mischnic
Copy link
Member

Please try the nightly version, this is hopefully fixed already: #8624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants