While building a meteor project for iOS or Android it looks like Cordova is downloading the plugins it needs to create the cordova project. I see this each and every time i use meteor build
. See the picture below:
Has anyone found a solution to cache/save the plugins locally? Meteor packages are downloaded only once, why not cordova plugins too?
Is the Meteor team working on a solution for this?