mirror of
https://github.com/status-im/status-react.git
synced 2025-01-17 06:21:23 +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
|
:cljsbuild {:builds
|
||||||
{:ios
|
{:ios
|
||||||
{:source-paths ["react-native/src" "src" "env/dev"]
|
{:source-paths ["react-native/src" "src" "env/dev"]
|
||||||
|
:compiler {:output-to "target/ios/app.js"
|
||||||
|
:output-dir "target/ios"}
|
||||||
:figwheel true}
|
:figwheel true}
|
||||||
:android
|
:android
|
||||||
{:source-paths ["react-native/src" "src" "env/dev"]
|
{:source-paths ["react-native/src" "src" "env/dev"]
|
||||||
|
:compiler {:output-to "target/android/app.js"
|
||||||
|
:output-dir "target/android"}
|
||||||
:figwheel true}}}}]
|
:figwheel true}}}}]
|
||||||
:test {:dependencies [[day8.re-frame/test "0.1.5"]]
|
:test {:dependencies [[day8.re-frame/test "0.1.5"]]
|
||||||
:plugins [[lein-doo "0.1.7"]]
|
:plugins [[lein-doo "0.1.7"]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user