Fork me on GitHub
#shadow-cljs
<
2020-03-15
>
pez15:03:08

If I start watch like this: lein shadow -d cider/piggieback:0.4.2 -d cider/cider-nrepl:0.23.0 watch app test, does shadow load those dependencies? (I'm trying Calva with a fresh Luminus project, and it seems that the dependencies are not satisfied...)

pez15:03:25

Answering my own question. No, run like this, it is Leiningen that starts the CLJ REPL, and shadow starts the CLJS one on top of that. Is that correct, @thheller?

thheller17:03:33

@pez I do not recommend using lein-shadow and I don't know what it does

thheller17:03:54

but adding things to the classpath does not really affect the nrepl middleware

thheller17:03:16

also shadow-cljs doesn't use piggieback at all so no point in adding it

👍 4