-
### System Info
"@huggingface/transformers": "^3.0.0",
"@parcel/config-webextension": "^2.9.3",
"parcel": "^2.9.3",
### Environment/Platform
- [ ] Website/web-app
- [X] Browser extension
- [ ] Se…
-
# 🐛 bug report
Attempting to write a transformer that converts svg files to vue components does not appear to be working as expected
## 🎛 Configuration/Setup
Following the documentation of [T…
-
`@parcel/transformer-raw` adds a dot at the end of a filename turning `file` into `file.`
```
├── public
│ ├── CNAME
└── dist
└── CNAME.
```
## 🎛 Configuration
`.parcelrc`
```json…
-
### What happened?
Created the `--with-mantine` repository from scratch then tried to copy over the Mantine UI example for Sidebar, including the SCSS file. It looks like using the `light-dark(____…
-
When i'm doing npm start this error appears in my terminal
@parcel/package-manager: Could not find module "@parcel/transformer-sass" satisfying 2.8.2.
D:\Projects\simplefolio\package.json:23:5
…
-
I encountered "Got unexpected undefined" error. I don't know what exactly causes it, but I created repo with minimal reproduction.
## 🎛 Configuration
`package.json`
```JSON
{
"name": "parce…
-
Just lost a bunch of work I did on my package.json.
I am running parcel 2.0.1, which was released yesterday to fix an issue with dependencies not being installed.
I have targets in my package.js…
-
# 🐛 bug report
Using:
```js
import macro from "./macro.js" with { type: "macro" };
```
Fails if I have any custom Babel configurations defined. I'm enabling a few plugins.
I get the fol…
-
# 🐛 bug report
I run my dev environment under `process-compose`. When I try to add `parcel watch` to my `process-compose.yaml`, it runs but never gets past `$ .../frontend/src/node_modules/.bin…
-
Hello!
Great project!
But it doesn't seem to work on Parcel.
I have prepared a repository in which I localized the error.
https://github.com/khusamov/temp-tst-reflect-on-parcel-errors
I…