DEV Community

Discussion on: JavaScript Bundlers: An in-depth comparative 👍👎 Is Webpack still the best bundler in 2021? 📦

Collapse
 
jloa profile image
Julius

On spa projects I personally prefer es-based bundlers (I use vitejs). But if the project is large and non-monorepo -- webpack. More options, more plugins. And the killer feature -- module federation.
So webpack still dominating, despite the fact that it bundles projects as slow as a snail 😒

Collapse
 
underscorecode profile image
_CODE

I've heard good about Vite, so I guess it won't be long until I try it out. And I think the same about Webpack, still the best for large (and many times overloaded) projects.

Thanks for your comment!

Collapse
 
the_riz profile image
Rich Winter

Yeah... Among the cool kids Vite is the new hotness. Def should add to the above. Maybe snowpack too?