In NativeScript building of release apps, are there any significant differences between the minifying programs of iOS and Android? I’m seeing significant differences between the minified version of the same JS file for Android and iOS release builds, and as a result the Android JS file is not working as expected.
I ran the minified JS through js-beautify and noticed significant syntax differences between the two platforms. For example, the iOS JS combines multiple lines of code into a single statement.
James Allenspach is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.