mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 02:04:28 +00:00
Allow app reloading in development mode [FIX #3118]
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
1e262fc277
commit
f7fd5e71d6
@ -54,9 +54,13 @@
|
||||
:cljsbuild {:builds
|
||||
{:ios
|
||||
{:source-paths ["react-native/src" "src" "env/dev"]
|
||||
:compiler {:output-to "target/ios/app.js"
|
||||
:output-dir "target/ios"}
|
||||
:figwheel true}
|
||||
:android
|
||||
{:source-paths ["react-native/src" "src" "env/dev"]
|
||||
:compiler {:output-to "target/android/app.js"
|
||||
:output-dir "target/android"}
|
||||
:figwheel true}}}}]
|
||||
:test {:dependencies [[day8.re-frame/test "0.1.5"]]
|
||||
:plugins [[lein-doo "0.1.7"]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user