diff --git a/repl.clj b/repl.clj index 278074a..370b0aa 100644 --- a/repl.clj +++ b/repl.clj @@ -8,4 +8,5 @@ (cljs.repl/repl (cljs.repl.node/repl-env) :watch "src" - :output-dir "out") + :output-dir "out" + :static-fns true)