Is there any real documentation about how the plugins are specified in a project? Right now, it’s a huge mess for me. In package.json, the plugins are listel all over the place:
In “dependencies”, then in “cordovaPlugins” (where they are listed several timeswith different version numbers?), then in “cordova -> plugins”. What the hell?
Does anyone actually know how this is supposed to work? :S
Edit: When i add a platform, iOS for example, I get a lot of stuff like Plugin "cordova-plugin-camera" already installed on ios.
which leads me to believe that at least one of these are not needed.