lsyoyo
lsyoyo
@insaneparachute @yogthos , I think I run into the same issue. The project is generated using +site. I'm able to make the uberjar work by adding `:prep-tasks ["javac" "compile" ["cljsbuild"...
I was able to make a minimal project to reproduce the issue I see. https://github.com/lsyoyo/test-repl-error, clone and run `lein repl` to see the error.
After some digging, I found this issue - https://github.com/luminus-framework/luminus-template/issues/319, and it might be helpful for whoever gets here.
@xistory if you are using recent version of cider, please take a look at function `cider-jack-in`, it should inject any dependencies if needed. No need to run `lein repl` first...