Skip to content

Commit

Permalink
Stop Shadow from removing the names from React components
Browse files Browse the repository at this point in the history
This is primarily a dev helper.
  • Loading branch information
futuro committed Sep 3, 2023
1 parent 2b48f9e commit 40acfb5
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 @@ -26,6 +26,7 @@
{:init-fn software.justenough.itsallgravie.core/run}}
:devtools {:preloads [day8.re-frame-10x.preload
devtools.preload]}
:js-options {:anon-fn-naming-policy :unmapped}
:compiler-options {:closure-defines
{re-frame.trace.trace-enabled? true
day8.re-frame.tracing.trace-enabled? true}}}}}

0 comments on commit 40acfb5

Please sign in to comment.