Fork me on GitHub
#shadow-cljs
<
2020-09-13
>
thheller08:09:32

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

tony.kay23:09:10

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.kay23:09:30

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

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