DEV Community

Discussion on: What's your fav bundler: Rollup, Parcel or Webpack?

Collapse
 
shadowtime2000 profile image
shadowtime2000

Rollup for packages because I can export to CJS, ES, UMD, and IIFE. I use Webpack basically only in CRA where I can't customize it and I use Parcel for small projects.