1

I am using cider with figwheel , to start cider i use cider-jack-in-clj&cljs and choose figwheel

enter image description here

I can see clj cider gets started and then cljs but cljs cider can't connect to emacs. However I can connect my application to cljs cider but emacs can't connect to cljs cider.

my cider-version , 0.21

[cider/piggieback "0.3.10"]

[figwheel-sidecar "0.5.16"]

Any help will be appreciated?

Drew
  • 29,895
  • 7
  • 74
  • 104
anish
  • 1,035
  • 4
  • 13
  • 27

1 Answers1

5

Found the answer, its because I need to update my dependency to [figwheel-sidecar "0.5.18"] and add :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}

anish
  • 1,035
  • 4
  • 13
  • 27