shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
thheller 2020-09-13T08:58:32.286700Z

thats an apache question I cannot answer. not related to CLJS/JS.

tony.kay 2020-09-13T23:24:10.287700Z

Can someone remind me how to configure compiler to use an alternate file for a required cljs file. E.g. My code says require a but I want the compiler to really pull in b.cljs.

tony.kay 2020-09-13T23:25:30.288500Z

is it just the same as what you’d do for a NPM file?

{:browser
   {:js-options
     {:resolve {a {:require b}}}}}