Skip to content

Commit

Permalink
[DO NOT MERGE] Test debug-enabled?
Browse files Browse the repository at this point in the history
To test, launch the simple app. You should observe that
re-frame-interop.is-debug-enabled? is false, despite goog.DEBUG being
true.

https://clojurians.slack.com/archives/C073DKH9P/p1689271750694819
  • Loading branch information
kimo-k committed Jul 16, 2023
1 parent 92fe6ad commit b779aaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/simple/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
:output-dir "resources/public/js"
:modules
{:client
{:init-fn simple.core/run}}}}}
{:init-fn simple.core/run}}
:dev
{:compiler-options
{:closure-defines
{re-frame.interop.debug-enabled? false}}}}}}

0 comments on commit b779aaf

Please sign in to comment.