VL
Size: a a a
VL
AK
VL
PP
VL
ST
PP
ST
PP
I
IG
I
lein figwhell проектlein do clean, cljsbuild once minI

ST
Examine out/main.js, the file size should be around 90K. If you zip this file you’ll see that it’s around 20K. This is significantly smaller than a jQuery dependency yet when using ClojureScript you have implicit dependencies on the entire ClojureScript standard library (10KLOC) and the Google Closure Library (300KLOC). You can thank dead code elimination.
KC
LL
I