I\'m building an Ionic3 application, and my config.xml have some data that I want to be able to change according to my environm
Ionic3
config.xml
One solution could be to create hooks for before_plugin_install and after_plugin_install.
On before_plugin_install copy the cordova.tpl.xml to cordova.xml. ... Plugin is installed ... On after_plugin_install copy cordova.xml to cordova.tpl.xml