DEV Community

Discussion on: What software development tools (libraries/frameworks/apps/whatever) make you feel most anxious while you're working with them?

Collapse
 
bauneaustin profile image
Austin Baune

Parcel is also a great tool if looking to stray from webpack. Here's a great article comparing the two: blog.jakoblind.no/parcel-webpack/

Collapse
 
dpashutskii profile image
Dmitrii Pashutskii

Yes, Parcel is amazing. But, most of the modern tools are using Webpack so you'll face it at some point.
I am also still struggling with it.