Skip to content

Commit

Permalink
perf tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Nov 4, 2022
1 parent d11c2d5 commit a7b989b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
:modules {:main {:entries [user]
:init-fn user/start!}}
:build-hooks [(shadow.cljs.build-report/hook {:output-to "target/build_report.html"})
(user/rcf-shadow-hook)]}
(user/rcf-shadow-hook)]
:compiler-options {:fn-invoke-direct true}} ; performances
:editor {:target :browser
:devtools {:watch-dir "resources/public" ; live reload CSS
:hud #{:errors :progress}
Expand Down

0 comments on commit a7b989b

Please sign in to comment.