We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507deee commit 2430216Copy full SHA for 2430216
package.json
@@ -36,7 +36,7 @@
36
"compile-tests": "tsc -p e2e --watch",
37
"start-android-bundle": "tns run android --bundle --env.aot --env.uglify",
38
"start-ios-bundle": "tns run ios --bundle --env.aot --env.uglify",
39
- "build-android-bundle": "tns build android --bundle --env.aot --env.uglify",
+ "build-android-bundle": "tns build android --bundle --env.aot --env.uglify --env.snapshot",
40
"build-ios-bundle": "tns build ios --bundle --env.aot --env.uglify"
41
},
42
"dependencies": {
0 commit comments