diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 8040d70..5b5aacc 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -6,7 +6,8 @@ :builds {:main - {:target :browser + {:compiler-options {:optimizations :whitespace} + :target :browser :js-options {:resolve {"react" {:target :global :global "React"}