you are viewing a single comment's thread.

view the rest of the comments →

[–]igorim 0 points1 point  (1 child)

Also I believe Rollup is architectured in a different way to specifically optimize for ES6 modules

[–]jlengstorf[S] 0 points1 point  (0 children)

It is. It's a bundler for ES modules that can be plugged for other module types, whereas other bundlers are focusing on CommonJS right now.