juxt 2023-03-08

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

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]

🙌 1

feel free to PR docs