How to completely remove ionic pro from app?

Hi guys,

I installed ionic pro recently but I came to the conclusion that it is really not necessary for my app. How do I completely uninstall it? I tried removing the cordova-plugin-ionic from my package.json and config.xml, but I still get the ionic pro console logs when I build the app.

Thanks

7 Likes

Mmm no responses at all…

I would also be interested into doing this, without completely re-installing everything. How to remove ionic pro ?

Thanks for any help.

2 Likes

Hi, just do : ionic cordova plugin rm cordova-plugin-ionic

It will uninstall the plugin, delete links from config.xml, ionic.config.json, package.json, etc.

1 Like