parcel icon indicating copy to clipboard operation
parcel copied to clipboard

The zero configuration build tool for the web. 📦🚀

Results 563 parcel issues
Sort by recently updated
recently updated
newest added

# 🐛 bug report ## 🎛 Configuration (.babelrc, package.json, cli command) Default one and `parcel pages/index.pug` ```json { "name": "test", "private": true, "scripts": { "dev": "parcel pages/index.pug", "pretty": "prettier --write...

At the moment parcel will segfault on certain cases due to running out of stack space. This is due to usage of SWC Fold primitive. https://rustdoc.swc.rs/swc_visit/index.html#fold-vs-visitmut This issue will track...

I was unsure whether to include "Add config key invalidation" #9597 or not since it is still behind a feature flag. Are we moving that out of a flagged state...

# 🐛 bug report I'm developing a React widget on Parcel in which I would like to discriminate between some possibile layouts. I already tested what I'm going to describe...

# 🐛 bug report I have a Parcel project with React, Redux, Styled Components and Tailwind. I would like o use this Tailwind [Container Queries Plugin](https://tailwindcss.com/docs/plugins#container-queries) but as soon as...

This is in preparation for the next v2 release. I noticed that the `@parcel/rust` npm package has grown 25% since v2.12.0 due to the addition of the rust core prototype....

Parcel currently uses the deprecated [legacy API](https://sass-lang.com/documentation/js-api/#md:legacy-api) for compiling Sass code. This API is less efficient and less correct than the [modern API](https://sass-lang.com/documentation/js-api/#md:usage), and is slated to be removed in...

* Adds a Rust LMDB wrapper and benchmark * Set-up `bincode` for our types * RKYV had been added but was removed on `71e7fc269881a44bab0d44b054e53ce8beabc477` * Adds `docs/rfcs/parcel-v3/0001_cache_implementation.md` which discusses some...

# 🐛 bug report @parcel/resolver-default: External dependency "crypto" is not declared in package.json. ## 🎛 Configuration (.babelrc, package.json, cli command) ```js { "name": "@scrypt/ssapp", "version": "1.0.0", "source": "src/index.js", "main": "dist/main.js",...

# 🐛 bug report Hello, I'm trying to build a project and `@parcel/elm-transformer` is telling me that `elm.json` does not exist. But it does. This is a pretty old project...