nativescript-app-sync icon indicating copy to clipboard operation
nativescript-app-sync copied to clipboard

too many superfluous files

Open xlcs0110 opened this issue 6 years ago • 1 comments

nativescript-app-sync plugin contain all of nativescript-app-sync-cli dependencies whitch contain nativescript-app-sync-sdk and too many superfluous dependencies.such as executable file.But with nativescript-app-sync-cli , I found out that you just need the version of it.with these superfluous files specially executable file like files in node_modules/term-size/vendor/macos got apple refuse to deploy to appstore.And also make our application unexpected bigger.

Hope to be improved.

And I am sorry with my bad english,i am chinese.😄

xlcs0110 avatar Jun 27 '19 02:06 xlcs0110

AppSync uses the build folder in your platforms/[ios|android] folder which is already webpacked/bundled, so those superfluous files should not be there in the first place.

EddyVerbruggen avatar Jul 08 '19 07:07 EddyVerbruggen