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

This commit is contained in:
Saúl Ibarra Corretgé
2017-07-10 17:42:03 +02:00
parent ab7d1553db
commit 6fc1a3f45d
+3
View File
@@ -104,6 +104,9 @@ gradle.projectsEvaluated {
'--entry-file', 'index.android.js',
'--platform', 'android',
'--reset-cache')
// Disable bundling on dev builds
//enabled !devEnabled
}
// Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process