-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathshadow-cljs.edn
More file actions
22 lines (19 loc) · 873 Bytes
/
shadow-cljs.edn
File metadata and controls
22 lines (19 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{:source-paths ["src" "test"]
:dependencies [[reagent "1.0.0"]
[re-frame "0.12.0"]
[re-frame-steroid "0.1.1"]
[rn-shadow-steroid "0.2.8"]
[re-frisk-remote "1.5.0"]]
:builds {:dev
{:target :react-native
:init-fn clojurernproject.core/init
:output-dir "app"
:compiler-options {:closure-defines
{"re_frame.trace.trace_enabled_QMARK_" true}}
:devtools {:after-load steroid.rn.core/reload
:build-notify steroid.rn.core/build-notify
:preloads [re-frisk-remote.preload]}}
:test
{:target :node-test
:output-to "out/node-tests.js"
:autorun true}}}