DEV Community

Discussion on: Do you really understand Webpack?

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

I used webpack (in fact we have a project that remains with webpack) but we moved to Parcel bundler on the rest of the projects.

Collapse
 
sharmakushal profile image
Kushal sharma

can you please explain why you moved your projects into the parcel, what benefits are you getting using parcel

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

With parcel you don't have to configure almost anything, it detects what you use inside your project and add necessary packages out of the box

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

If you want to know more here's the official webpage and I wrote this article using Parcel bundler. It's even better now than when I wrote the article so you must take a look at it :)