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
RunIs this concerning? Seems reasonable to me but I'm not familiar with bundle sizes that come from typical JS frameworks.
