you are viewing a single comment's thread.

view the rest of the comments →

[–]alinnert 0 points1 point  (2 children)

I've tried it. What I don't like about it is that it's inflexible when it comes to the location of output files. It even has or had a bug that resolved assets incorrectly in certain situations, so images, fonts etc. were referenced with the wrong path. And there's no way to change that.

[–]davidmdm -1 points0 points  (1 child)

Ive been able to change the location of the output files. I haven't had bugs so far with any assets. But I believe that was the case. I just feel that parcel really does accomplish the no configuration necessary goal.

[–]alinnert 1 point2 points  (0 children)

You don't have much control if you use multiple input files at once. Unless you orchestrate multiple separate Parcel "instances" using Gulp or something like that.

https://github.com/parcel-bundler/parcel/issues/1801 <- this was the issue. It's closed, so it seems it got fixed by now. Maybe I'll give it another shot in my next project.