Quellcode durchsuchen

[Android] Add comment on disabling JS packaging for dev builds

j8
Saúl Ibarra Corretgé vor 7 Jahren
Ursprung
Commit
6fc1a3f45d
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      android/sdk/build.gradle

+ 3
- 0
android/sdk/build.gradle Datei anzeigen

104
                 '--entry-file', 'index.android.js',
104
                 '--entry-file', 'index.android.js',
105
                 '--platform', 'android',
105
                 '--platform', 'android',
106
                 '--reset-cache')
106
                 '--reset-cache')
107
+
108
+            // Disable bundling on dev builds
109
+            //enabled !devEnabled
107
         }
110
         }
108
 
111
 
109
         // Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process
112
         // Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process

Laden…
Abbrechen
Speichern