DEV Community

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

Collapse
 
davipon profile image
David Peng

Great article!
I think Parcel would be a good choice after beta 3.
They use swc, a JavaScript compiler written in Rust to replace Babel, it really saves my day to deal with Typescript + Jest + ES Modules.
It's a huge pain to configure in Babel.

Collapse
 
underscorecode profile image
_CODE

Thanks for your feedback!