-
[Svelte 4 is here!](https://svelte.dev/blog/svelte-4) This package could work with it with some minor changes.
Svelte 4 was restructured to be importable exclusively by [package exports](https://pa…
-
Using Parcel as the Bundler for Web Application, I got the following error:
```
@parcel/core: No transformers found for
_Sites/pingle2/client/node_modules/@verida/account-web-vault/dist/assets/…
-
# 🐛 bug report
`parcel serve` works fine but `parcel build` fails with:
```
@parcel/transformer-sass: Can't find stylesheet to import.
╷
5 │ @import "~bootstrap/scss/bootstrap";
│ …
-
[index.css]
```css
.foo {}
```
[index.js]
```js
import * as styles from "./index.css"
const name = "foo"
console.log(styles[name])
```
[package.json]
```json
{
...,
"@parce…
lazex updated
1 month ago
-
## Description
Having full functionality of Typeset API in one file (typesense.min.js, about 95 kB) is great - when you need this functionality. But when your code works in web browser - all you do i…
-
Hello,
I have a problem with the parcel build, when after building the URL changes to html and the link points to JS files that are not working. please advise how to solve it.? Everything is fine in …
-
# 🙋 feature request
I'm trying to use parcel API to run a development server from a different location than the current working directory. I'd like to avoid `process.chdir` as I'm running an Electr…
-
Some that I found on npm:
- https://www.npmjs.com/package/parcel-namer-asset-dir
- https://www.npmjs.com/package/parcel-config-pwa-manifest
- https://www.npmjs.com/package/@mischnic/parcel-namer-…
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing))
- [ ] This feature is important to have in this repository; a contrib plugin wouldn't …
-
# 🐛 bug report
```
@parcel/bundler-default: Got unexpected undefined
Error: Got unexpected undefined
at nullthrows
(node_modules/nullthrows/nullthrows.js:7:15)
at createId…