Do I need to do anything special to use the cljs REPL in cursive?
when I try and reference js/Document in the REPL, it complains, but figwheel loads it fine
Cursive: Is there a way to add directories to the classpath when running a REPL with the clojure.main
method? Reason: Java doesn't take two -cp
arguments. Related: https://github.com/cursiveclojure/cursive/issues/1036