[chore] add devtools
This commit is contained in:
parent
a6a8aa0115
commit
d78ab8f053
2 changed files with 6 additions and 6 deletions
|
@ -16,10 +16,11 @@
|
||||||
|
|
||||||
[org.slf4j/slf4j-nop "2.0.7"]
|
[org.slf4j/slf4j-nop "2.0.7"]
|
||||||
[reagent/reagent "1.2.0"]
|
[reagent/reagent "1.2.0"]
|
||||||
[re-frame/re-frame "1.3.0"]
|
|
||||||
[metosin/reitit "0.7.0-alpha5"]
|
[metosin/reitit "0.7.0-alpha5"]
|
||||||
[day8.re-frame/tracing "0.6.2"]
|
|
||||||
|
|
||||||
|
[binaryage/devtools "1.0.7"]
|
||||||
|
[re-frame/re-frame "1.3.0"]
|
||||||
|
[day8.re-frame/tracing "0.6.2"]
|
||||||
[day8.re-frame/re-frame-10x "1.6.0"]
|
[day8.re-frame/re-frame-10x "1.6.0"]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -9,10 +9,9 @@
|
||||||
:modules
|
:modules
|
||||||
{:main {:init-fn frontend.app/init}}
|
{:main {:init-fn frontend.app/init}}
|
||||||
:devtools
|
:devtools
|
||||||
{:preloads [day8.re-frame-10x.preload]}
|
{:preloads [day8.re-frame-10x.preload devtools.preload]}
|
||||||
:dev
|
:dev
|
||||||
{:compiler-options
|
{:compiler-options
|
||||||
{:closure-defines
|
{:closure-defines
|
||||||
{"re-frame.trace.trace-enabled?" true
|
{re-frame.trace.trace-enabled? true
|
||||||
"re_frame.trace.trace_enabled_QMARK_" true
|
day8.re-frame.tracing.trace-enabled? true}}}}}}
|
||||||
"day8.re-frame.tracing.trace-enabled?" true}}}}}}
|
|
||||||
|
|
Loading…
Reference in a new issue