Niklas Mischkulnig
Niklas Mischkulnig
An older issue for the same problem: https://github.com/swc-project/swc/issues/1627
Which of the problems that you ran into and mentioned in the various other issues are still relevant? > Weirdly, it appears that one of the bundles includes the JSRuntime...
> I think it still needs a plugin for import.meta That's enabled by default since Babel 7.10. Though we probably need to handle it in Parcel itself: https://github.com/parcel-bundler/parcel/issues/3269
* **#71713** 👈 * `canary` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @mischnic and the rest of your teammates on Graphite
I've made a change to not change the behavior of regular bundling (yet), but only making `primary_modules_raw_iter` not emit the error. That unblocks NFT for now
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
It will appear to work in simple cases, but subtly break in the cases that rely on `:where` having its intended specificity.
Is this version faster on your machine?
If your project doesn't use a custom parcelrc, you can do: 1. run `yarn build` in the monorepo root 2. remove any parcel deps from your project 3. in your...
Do you know if this was always broken or if it's a regression from Parcel 2.8 and watcher 2.0.6/2.0.7.