Hi,
I’m curious to know how ionic upload
works with the Cordova plugins I’ve installed. Does it upload the plugins I’ve installed too? Or does it upload only my fetch.json
file and pull the plugins from the repository or registry stated in the file?
Example fetch.json
:
"my-cordova-plugin": {
"source": {
"type": "git",
"url": "https://github.com/<my github>/<my cordova plugin repo>.git",
"subdir": "."
},
"is_top_level": true,
"variables": {}
}
Any input would be most appreciated
/Max