From a7b989b984a9203f264b2f8f06d246d69db061de Mon Sep 17 00:00:00 2001 From: Geoffrey Gaillard Date: Fri, 4 Nov 2022 14:23:46 +0100 Subject: [PATCH] perf tweak --- shadow-cljs.edn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index a29f7d012..945e77015 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -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}