-
🚨 Build failed.
@parcel/package-manager: Could not find module "@parcel/transformer-sass" satisfying 2.6.2.
/Users/perfecto/Desktop/simplefolio/package.json:23:5
22 | "devDependenci…
-
I regularly find myself installing various versions of Parcel to bisect potential bug reports.
But this is a little tricky because:
- Not every nightly release number exists.
- It's necessary t…
-
I want to use an swc plugin [swc-plugin-transform-vue3-jsx](https://www.npmjs.com/package/swc-plugin-transform-vue3-jsx) for jsx, but parcel has no way to add swc plugin.
-
I'm having a hard time getting this to work with SASS/SCSS through `svelte-preprocess`. The documentation seems to suggest this should work, but I get errors like `parcel-transformer-svelte: Colon is…
-
I just had a discussion about invalidating the transformer cache when an environment variable has changed.
See https://github.com/parcel-bundler/parcel/discussions/8573
I would like to implement …
-
The idea here is to enable Parcel transformers and resolvers to be run in other places than just bundling via a package similar to `babel-register` or other require hooks in node. This way, you could …
-
In the example here:
https://github.com/parcel-bundler/website/blob/v2/src/recipes/react.md
>You could also do something like "react-svg:*.svg": ["@parcel/transformer-svg-react"] instead, then onl…
-
# 🐛 bug report
After I updated Parcel to `rc.0` or final release I am getting `SIGSEGV` without any explanantion.
## 🎛 Configuration (.babelrc, package.json, cli command)
```js
impor…
-
# 🐛 bug report
## 🎛 Configuration (.babelrc, package.json, cli command)
command line:
```sh
$ parcel ./index.html
```
## 🤔 Expected Behavior
It should build the SCSS code and …
-
The docs are a little light: https://v2.parceljs.org/recipes/web-extension/
They should specify:
- what importing methods are supported (manifest keys, `_locales` folder, etc)
- [which aren't](ht…