add release options

This commit is contained in:
jem 2020-07-08 20:35:16 +02:00
parent 431df76787
commit 1466c3123f

View file

@ -18,7 +18,7 @@
:exports {:init dda.masto-embed.app/init} :exports {:init dda.masto-embed.app/init}
:release {:compiler-options {:optimizations :simple}}} :release {:compiler-options {:optimizations :simple}}}
:frontend {:target :browser :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}}}}}