When building release apps in NativeScript, are there notable variations in the minification processes for iOS and Android? I am experiencing differences between the minified versions of the same JS file in Android and iOS release builds, leading to unexpected behavior in the Android JS file.
Upon running the minified JS through js-beautify, I observed significant syntax distinctions between the two platforms. For instance, the iOS JS file consolidates multiple lines of code into a single statement.