I recently made a change to config.xml that caused a lot of build errors. It took awhile to sort out, but in the end I realized that the problem was related to the fact that I something had been cached in the build system and didn’t get picked up.
This was an android issue. If I were building native I would have done “mvn clean” to get rid of the problem. However I could not find something like that.
I would like to request that you add
ionic clean
Even if it all it does is purge the entire build cache, that would be enough.
In the end I had to remove and re-add the entire android platform, but I would have loved to just been able to do an ionic clean and be done with it.
Thanks!