DEV Community

Discussion on: I'm having some "not this again" feelings with Parcel, how should I be feeling about this tool?

Collapse
 
papaponmx profile image
Jaime Rios

Here are my two cents.

I've used it for small projects, but things got messy trying to use ES Modules without configuration, some third party libraries and Enzyme. I would still use Webpack or Rollup for large projects because doing something amazing requires some fine tuning.

There is no silver bullet in the JS world, and even if there was, you might still miss the target because everything is moving so fast.