Allow app reloading in development mode [FIX #3118]

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Audrius Molis 2018-02-05 20:12:46 +02:00 committed by Andrey Shovkoplyas
parent 1e262fc277
commit f7fd5e71d6
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 4 additions and 0 deletions

View File

@ -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"]]