From 1466c3123fa8cf9064ac096e669f8bb1801336fd Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 8 Jul 2020 20:35:16 +0200 Subject: [PATCH] add release options --- shadow-cljs.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index e140666..75bea7d 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -18,7 +18,7 @@ :exports {:init dda.masto-embed.app/init} :release {:compiler-options {:optimizations :simple}}} :frontend {:target :browser - :module-hash-names true - :modules {:main {:init-fn dda.masto-embed.app/init}}}}} + :modules {:main {:init-fn dda.masto-embed.app/init}} + :release {:compiler-options {:optimizations :simple}}}}}