3232 "nativescript-css-loader" : " ~0.26.0" ,
3333 "nativescript-dev-appium" : " ^1.0.0" ,
3434 "nativescript-dev-typescript" : " ^0.4.0" ,
35- "nativescript-dev-webpack" : " ^0.6 .3" ,
35+ "nativescript-dev-webpack" : " 0.7 .3" ,
3636 "raw-loader" : " ~0.5.1" ,
3737 "resolve-url-loader" : " ~2.0.2" ,
3838 "typescript" : " ~2.2.2" ,
3939 "tslint" : " ~5.4.3" ,
4040 "wd" : " ~1.1.1" ,
4141 "webpack" : " ~2.6.1" ,
42- "webpack-sources" : " ~1.0.1"
42+ "webpack-sources" : " ~1.0.1" ,
43+ "webpack-bundle-analyzer" : " ^2.8.2"
4344 },
4445 "scripts" : {
4546 "ns-bundle" : " ns-bundle" ,
5152 "ci.ios.build" : " npm run build.plugin && tns build ios" ,
5253 "ci.ios.uitest" : " npm run appium --runtype=ios-simulator103iPhone6" ,
5354 "publish-ios-bundle" : " npm run ns-bundle --ios --publish-app" ,
54- "start-android-bundle" : " npm run ns-bundle --android --run-app" ,
55- "start-ios-bundle" : " npm run ns-bundle --ios --run-app" ,
56- "build-android-bundle" : " npm run ns-bundle --android --build-app" ,
57- "build-ios-bundle" : " npm run ns-bundle --ios --build-app"
55+ "start-android-bundle" : " npm run ns-bundle --android --run-app --uglify --snapshot" ,
56+ "start-ios-bundle" : " npm run ns-bundle --ios --run-app --uglify" ,
57+ "build-android-bundle" : " npm run ns-bundle --android --build-app --uglify --snapshot" ,
58+ "build-ios-bundle" : " npm run ns-bundle --ios --build-app --uglify" ,
59+ "generate-android-snapshot" : " generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
5860 }
5961}
0 commit comments