I'm the development of cordova plugin in android.
Updating the javascript of Cordova plugin are not updated.
- change:"./test/plugins/cordova-plugin-whitelist/whitelist.js"
- cordova build android
- Expect the update:/test/platforms/android/assets/www/plugins/cordova-plugin-whitelist/whitelist.js
In the version up of cordova it seems behavior has changed.
- 5.3.3-: OK
- 5.4.1+: NG
Thank you,