From ec6731791687165e070c9b3b715161d76336ce61 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 12 Mar 2021 13:51:01 +0100 Subject: [PATCH] try it out --- shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index ef8e219..61607e9 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -11,4 +11,4 @@ :app {:target :node-script :output-to "target/mastodon-bot.js" :main mastodon-bot.core/main - :compiler-options {:optimizations :simple}}}} + :compiler-options {:optimizations :advanced}}}} -- GitLab