[Android] Add comment on disabling JS packaging for dev builds
This commit is contained in:
parent
ab7d1553db
commit
6fc1a3f45d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue