Why does `ionic run ios -l -c -s` strip all comments from my config.xml?

It seems that when ionic run ios -l -c -s updates the <content src="...">, it also rewrites the entire file, stripping all comments.

Is this a CLI bug?