-
when following instructions I get error "Build failed.
@parcel/transformer-js: Expression expected" pointing to
```
> 5 | render(,document.getElementById('app'));
> | …
-
# 🐛 bug report
Tailwindcss @apply directive is not being recognized by @parcel/transformer-css
## 🎛 Configuration (.babelrc, package.json, cli command)
```sh
npx parcel src/index.html
`…
-
# 🐛 bug report
I am getting the following:
```
Uncaught SyntaxError: Invalid or unexpected token
```
The line in question:
```
var th=basePropertyOf({À:"A",Ã:"A",Â:"A",Ã:"A",Ä…
-
Create the `@parcel/transformer-html-images` (name TBD) package. This should include a Transformer plugin that transforms `` tags in HTML to `` elements with multiple sources. It should work with the …
-
# 🐛 bug report
I cannot get `parcel` to pick up `jsconfig.json` using either the native Typescript transformer or `@parcel/transform-typescript-tsc` as per previous issues reported by others and co…
-
# 🐛 bug report
## 🎛 Configuration (.babelrc, package.json, cli command)
package.json:
```json
{
"source": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
}
…
-
# 🐛 bug report
In some circumstances I get the following error during project build:
```
🚨 Build failed.
Error: The expression evaluated to a falsy value:
(0, _assert().default)(interna…
-
I've found it quite difficult to find information about implementing the `"@parcel/transformer-css": errorRecovery` flag, and was trying various combinations of adding it to `.parcelrc` or as a flag o…
-
Hello, has anyone had this issue before or know a fix?
App runs fine locally, when i try to deploy it i'm getting this issue.
I've tried uninstalling and installing most packages.
`
Error: …
-
# 🐛 bug report
Running `parcel serve --port 9000 ./src/index.tsx` gets `[Error: std::bad_alloc]` and then exit
## 🎛 Configuration (.babelrc, package.json, cli command)
.parcelrc
```
{
"e…