[SOLVED] Config.xml changes when serve my app

Hello

“Something” changes my config.xml when I do: phonegap serve.

Specifically, this line:

<plugin name="cordova-plugin-splashscreen" spec="~5.0.2" />

changes to:

<plugin name="cordova-plugin-splashscreen" spec="git+https://github.com/apache/cordova-plugin-splashscreen.git" />

Why?

I have remove the plugin and install with phonegap plugin add cordova-plugin-splashscreen

No changes now.