소스 검색

[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…
취소
저장