DEV Community

Discussion on: Test running Parcel with Elm 0.19 and Furtive (with Sass)

Collapse
 
jligeza profile image
Jakub Ligęza

Another 1.5h of my life wasted on parcel. Tried it ~1 year ago, and even the most basic example with bare js+html+css didn't work at all.

Ran the code from the repo, and it crashed immediately, which looked like parcel not recognizing elm files.

Did some minimal research, and somehow managed to bundle & display "hello world". But then, it watches only the first file change, and after that, I must manually restart it to see changes (ctrl+r doesn't work).

I'm so tired of the broken software everywhere...

PS: your guide is fine.

Collapse
 
peteraba profile image
Peter Aba

I'm sorry about the trouble you went through. The setup actually worked reasonably well for me developing a decent sized SPA, but I'm also having some major issues running parcel at the moment because of this bug: github.com/parcel-bundler/parcel/i...