Commit dd517fa
committed
Skip creation of offline package even on real phone
Anything running in Debug should use the packager; no need to bundle. This saves a huge amount of time during development.
The code being modified was originally introduced in 9ae3714 to speed up builds on the simulator, but the change can be applied to real devices, too.1 parent 1d30ace commit dd517fa
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
0 commit comments