diff --git a/shadow-cljs.edn b/shadow-cljs.edn index ef8e219cc8a9694f5e9c3277c9c19564a86e9fe6..61607e90e5bee8bf42883d410dcca55c6e905420 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}}}}