Hi,
I just started developing my own Ionic 2 app. I was having trouble with one of the “native” plugins from Cordova - so I cloned that plugin repo and made some changes myself. I added the plugin using ionic plugin add https://github.com/<me>/<repo>
. Then I ran ionic upload
and fired up Ionic View to see if the changes went through. Unfortunately they did not. What else do I have to do in order to run a “self-developed” Cordova plugin?
/Max