Fork me on GitHub
#luminus
<
2018-10-06
>
Azzurite18:10:38

when I create an uberjar with the unmodified luminus template (with +reagent) my generated app.js is 680kB non-gzipped. This seems rather large considering that I thought the closure compiler performed dead code elimination. Is this normal and how it's supposed to be?

yogthos23:10:18

cljs runtime itself is around 100kb, then baking-soda reactstrap wrapper adds another 100kb, and cljs-ajax adds another 100kb or so, if you just use cljs runtime + reagent it'll end up at around 350kb

yogthos23:10:58

so it's roughly normal from my experience