Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: next
- Cross-platform modules: next
- Android Runtime: next
- iOS Runtime: next
- Plugin(s): no
- NativeScript-Angular: next
Describe the bug
tns run android/ios --bundle --env.uglify do not work (app crash at first run).
To Reproduce
tns create TestApp --ng
update cli, modules, runtimes and angular to next
tns run ios --bundle --env.uglify
Expected behavior
tns run android/ios --bundle --env.uglify should work properly.
Sample project
No.
Additional context
Issue is caused by #1556
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
tns run android/ios --bundle --env.uglifydo not work (app crash at first run).To Reproduce
Expected behavior
tns run android/ios --bundle --env.uglifyshould work properly.Sample project
No.
Additional context
Issue is caused by #1556