Cordova uses config.xml to manage plugins but doesn't validate itself on a build. So you need to clean out the browser and plugin files if there are changes.
cd cordova
rm -rf plugins/* platforms/*
cordova build
Cordova uses config.xml to manage plugins but doesn't validate itself on a build. So you need to clean out the browser and plugin files if there are changes.
cd cordova
rm -rf plugins/* platforms/*
cordova build