juxt

DrLjótsson 2023-03-08T12:20:21.002729Z

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

Ellis 2023-03-08T12:21:55.177679Z

Is that not answered here? https://github.com/juxt/tick/blob/master/docs/cljs.adoc#non-npm-setup

DrLjótsson 2023-03-08T12:23:54.104399Z

Maybe it is. Honestly I don't exactly understand the instructions there...

DrLjótsson 2023-03-08T12:52:54.987109Z

Figured it out, I needed to require e.g., ["@js-joda/timezone/dist/js-joda-timezone-1970-2030"] instead of [tick.timezone]

🙌 1
2023-03-08T13:19:28.419039Z

feel free to PR docs