python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Dynamically load React component library from URL?
I am working on documentation tool for Typescript library. The idea is to leverage parcel's watch mode to continuously build the library, and use the same in a pre-built documentation app.
For the sam...
sangupta
Votes: 0
Answers: 1
Every time I edit SCSS, Parcel crashes the hot reloading with a Build Error
I've just started using Parcel and I love it compared to webpack. The simplicity is incredible for someone like myself who doesn't necessarily need a tool like webpack yet.
That being said, I am runni...
coast
Votes: 0
Answers: 1
How to set dev and prod targets in Parcel
Please can anyone shed some light on how "Targets" work in Parcel, or at least how to separate unminified dev and minified prod files. The sparse documentation just raises further questions ...
James
Votes: 0
Answers: 1
How to load multiple images with parcel?
I have a pixi.js app that depends on multiple images which are inside a folder and i want to use parcel bundler. I can import them one by one (import logo from "./color/btc.png" works as exp...
volki
Votes: 0
Answers: 1