python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issue when trying to start parcel development server
I am trying to use parcel for the first time. I installed it to my project using the npm install parcel command. Then I tried to start the development server by running the command npx parcel src/inde...

Deepak Joy Jose
Votes: 0
Answers: 2
Parcel - Unexpected token name «_28», expected punc «,»
I am using Color JavaScript Library in my Code, And I Am Using Parcel JS for bundling my Code.
When I Am Running Parcel JS For Development Using This Command -
parcel public/index.html
Everything Wo...

Aditya
Votes: 0
Answers: 0
Is there a way to access properties of a parent class in Typescript/Phaser?
I have a parent class that inherits from Phaser.GameObjects.Container. Inside the class there is a property of the custom class InformationPanel. The container have several children of type Container....
mattiaseggen
Votes: 0
Answers: 1
Parcel - Invalid Config from config-default?
Hi everyone!
Recently I'm running into an error when trying to run my React app in Parcel that says I have an invalid config for the compressor, but I haven't changed anything from the default conf...

cjwe
Votes: 0
Answers: 1