This is the size of my `karax` SPA compiled with `-d:release` before and after 
minifying with `esbuild`.
    
    
    ❯ du -h src/app.js site/app.js
    516K        src/app.js
    264K        site/app.js
    
    
    Run

Is this concerning? Seems reasonable to me but I'm not familiar with bundle 
sizes that come from typical JS frameworks. 

Reply via email to