shadow-cljs

thheller 2026-06-07T15:40:56.716339Z

you can either use a pre-built pdfs dist file as a seperate script tag and use the global it provides

➕ 1
thheller 2026-06-07T15:41:21.680699Z

or you can try configuring shadow-cljs to just ignore certain dependencies. as long as the actual code does not attempt to use them that can work

thheller 2026-06-07T15:41:36.519329Z

:js-options {:resolve {"os" false}} for example in the build config