DEV Community

Discussion on: [COMPARISON] Webpack or Parcel, which one is better?

Collapse
 
tomekbuszewski profile image
Tomek Buszewski

Hey,

I've tried Parcel some time ago and it was cool, but the fact it lacks configuration is a flaw in my opinion. What if I want to customize something? If I want to fine-tune emitted file names?

This might be the perfect solution for people who want to start learning and don't really have any knowledge of Webpack. I know it can be scary at the beginning (even though after introducing version 2 it's really simple), so a lot of folks will be looking for alternatives. But for production usage, I think Webpack is a standard for a reason.