mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 23:58:30 +00:00
Fix hot reloading broken for dev profile
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
This commit is contained in:
parent
b42df6489e
commit
38d7485f76
@ -31,14 +31,14 @@
|
||||
:source-paths ["src" "env/dev"]
|
||||
:cljsbuild {:builds
|
||||
{:ios
|
||||
{:source-paths ["react-native/src"]
|
||||
{:source-paths ["react-native/src" "src"]
|
||||
:figwheel true
|
||||
:compiler {:output-to "target/ios/app.js"
|
||||
:main "env.ios.main"
|
||||
:output-dir "target/ios"
|
||||
:optimizations :none}}
|
||||
:android
|
||||
{:source-paths ["react-native/src"]
|
||||
{:source-paths ["react-native/src" "src"]
|
||||
:figwheel true
|
||||
:compiler {:output-to "target/android/app.js"
|
||||
:main "env.android.main"
|
||||
|
Loading…
x
Reference in New Issue
Block a user