Fork me on GitHub
#leiningen
<
2018-11-19
>
pez20:11:55

I’m trying out nrepl 0.4.5 with lein-master. I notice that if my project.clj has a :repl-options map then the invocation of cider/piggieback middleware crashes the start. This does not happen with current lein. Is this a bug or just a configuration that has changed and that I can read about somewhere? My profiles.clj looks like so:

{:repl {:plugins [[cider/cider-nrepl "0.18.0"]]
        :dependencies [[nrepl "0.4.5"]
                       [cider/piggieback "0.3.10"]
                       [figwheel-sidecar "0.5.17"]]
        :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}