Reputation: 173
why do developers still need to use module bundlers like rollup and webpack when browsers now support native ESM
Upvotes: 17
Views: 2619
Reputation: 370649
You don't need module bundlers - developers were able to write JS even before modules and Webpack existed - but they can still make the process easier.
Upvotes: 23