Fork me on GitHub
#conjure
<
2022-09-30
>
Martynas Maciulevičius07:09:09

Can conjure work with CLJS? I created a new re-frame project and it says that it can't load additional middleware. And when I add these to the shadow-cljs.edn file then it allows them (except for wrap-pprint because it fails for some reason): https://github.com/thheller/shadow-cljs/issues/62#issuecomment-344622494 Does it try to interact with CLJS REPL or with nREPL REPL? (this is my plugin trying to activate the test middleware and failing)

Proctor13:09:09

I use Conjure with cljs, figwheel , and shadow-cljs