瀏覽代碼

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

j8
Saúl Ibarra Corretgé 7 年之前
父節點
當前提交
6fc1a3f45d
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      android/sdk/build.gradle

+ 3
- 0
android/sdk/build.gradle 查看文件

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

Loading…
取消
儲存