Docs say that one can reduce tick cljs build size by including smaller timezone packages from js-joda. But they don't say where these packages are available or how I actually use them. https://github.com/juxt/tick/blob/master/docs/cljs.adoc
Is that not answered here? https://github.com/juxt/tick/blob/master/docs/cljs.adoc#non-npm-setup
Maybe it is. Honestly I don't exactly understand the instructions there...
Figured it out, I needed to require e.g., ["@js-joda/timezone/dist/js-joda-timezone-1970-2030"] instead of [tick.timezone]
feel free to PR docs