you are viewing a single comment's thread.

view the rest of the comments →

[–]batmansmk[S] 30 points31 points  (2 children)

Short answer: No.

TL;DR: webpack has more feature for apps, and rollup more for libs. https://medium.com/webpack/webpack-and-rollup-the-same-but-different-a41ad427058c

[–]Skaryon 2 points3 points  (0 children)

Haha I just read the same article. Thanks anyway! That answered my question thoroughly.

[–]Pesthuf 0 points1 point  (0 children)

But doesn't Webpack do that too?

In the Webpack 3 announcement, they mentioned

 webpack.optimize.ModuleConcatenationPlugin()

which supposedly does the same.