Skip to content

Commit

Permalink
Use :simple shadow-cljs :optimizations to avoid D3 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
motform committed Apr 27, 2022
1 parent 242f4e5 commit dd1feda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:modules {:main {:entries [org.motform.multiverse.main]
:init-fn org.motform.multiverse.main/mount}}
:compiler-options {:infer-externs true
:optimizations :simple
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true
"day8.re-frame.tracing.trace-enabled?" true
"goog.DEBUG" true}}
Expand Down

0 comments on commit dd1feda

Please sign in to comment.