You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this an issue with yuglify, or with UglifyJS? You might get better advice if you ask about this at https://github.com/mishoo/UglifyJS2. Except for some comments handling in the currently published version, yuglify is just a wrapper around UglifyJS2.
UglifyJS also strips the parenthesis of an constructor with empty arguments.
Chrome cannot parse the minified file if:
(
example1.js:
example2.js
example1.min.js'
(by UglifyJS)example2.min.js
(by UglifyJS)example1.min.js
andexample2.min.js
concatinatedor (formated by chrome)
which is problematic.
The text was updated successfully, but these errors were encountered: