[Android] Add comment on disabling JS packaging for dev builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user