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)
How to dynamically change displayed image using React and Parceljs?
I am making a local web app where on click, a new image is created inside the src folder. I want my web page to update an <img> tag's source with the path of the new image. If I just change the ...
aaaalz
Votes: 0
Answers: 1
Setting up Chrome tools debugging with Parcel v2 and WebStorm
I just started a project from boilerplate that I found and can't seem to get the debugger to hit my breakpoints in WebStorm. I am using parcel v2 with TypeScript and WebStorm debugger.
Here's my packa...
SomethingsGottaGive
Votes: 0
Answers: 1
How to generate typings for CSS modules with Parcel?
I'm very new to Parcel. So this might seem like a dumb question to ask.
I have a project that uses typescript, react, less, parcel. And I need a way to generate typings since typescript is giving me t...
Dmitri Tsiu
Votes: 0
Answers: 1
"Uncaught SyntaxError: Cannot use import statement outside a module" error while using parcel v2 to bundle JavaScript
I get this error regarding two scripts that I'm trying to load from my index.html file:
<script type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"...

Dror Salomon
Votes: 0
Answers: 1