do static-fns optimization for cljs
This commit is contained in:
parent
80e1e3dd30
commit
66f992efa7
1 changed files with 2 additions and 1 deletions
3
repl.clj
3
repl.clj
|
|
@ -8,4 +8,5 @@
|
||||||
|
|
||||||
(cljs.repl/repl (cljs.repl.node/repl-env)
|
(cljs.repl/repl (cljs.repl.node/repl-env)
|
||||||
:watch "src"
|
:watch "src"
|
||||||
:output-dir "out")
|
:output-dir "out"
|
||||||
|
:static-fns true)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue