Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Clash of Titans: Rollup vs Webpack
Search
Riccardo Bevilacqua
May 03, 2017
Programming
0
210
Clash of Titans: Rollup vs Webpack
Comparison of the hottest bundling systems
Riccardo Bevilacqua
May 03, 2017
Tweet
Share
Other Decks in Programming
See All in Programming
Modern Angular:Renovation for Your Applications @angularDays 2025 Munich
manfredsteyer
PRO
0
130
なぜselectはselectではないのか
taiyow
2
290
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
540
CRE Meetup!ユーザー信頼性を支えるエンジニアリング実践例の発表資料です
tmnb
0
330
Scala 3 で GLSL のための c-like-for を実装してみた
exoego
1
180
List とは何か? / PHPerKaigi 2025
meihei3
0
540
イベントソーシングによってインピーダンスミスマッチから解放された話
tkawae
1
330
RCPと宣言型ポリシーについてのお話し
kokitamura
2
150
フロントエンドテストの育て方
quramy
8
2.5k
バックエンドNode.js × フロントエンドDeno で開発して得られた知見
ayame113
5
1.3k
ニックトレイン登壇資料
ryotakurokawa
0
140
エンジニア未経験が最短で戦力になるためのTips
gokana
0
200
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
Designing for Performance
lara
606
69k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Git: the NoSQL Database
bkeepers
PRO
429
65k
The Cost Of JavaScript in 2023
addyosmani
48
7.6k
A Philosophy of Restraint
colly
203
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
7
610
The Pragmatic Product Professional
lauravandoore
33
6.5k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
470
We Have a Design System, Now What?
morganepeng
51
7.5k
Transcript
Clash of Titans Rollup vs Webpack
What is module bundling?
“[...] stitching together a group of modules (and their dependencies)
into a single file (or group of files) in the correct order” - Preethi Kasireddy
How difficult is that?
“Ora cominciamo a scheggiarci i denti” - A. Bellini aka
@ilmente
Rollup or Webpack? Which one should I pick?
ES6 Support Rollup Webpack
Plugins Rollup Webpack
Web Dev Server Rollup Webpack
Code Splitting Rollup Webpack
Hot Module Replacement (HMR) Rollup Webpack
Tree Shaking Rollup Webpack
Building Time Rollup Webpack
Bundle Size Rollup Webpack
Organization and Community Rollup Webpack
Insights
Italia JS Slack @rickdrink Twitter @RickyBevilacqua
None