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
This is likely an issue with uglifyJs2, and not this library, which is just a wrapper. Have you tried compiling the source using uglify's command line tool?
If the problem still exists, then you should file this on their issue tracker.
Regardless of the preserveComments setting if the comment is followed by a semi colon, it will be stripped during the minification process.
Example:
/*! Comment */
;(function($){
})(jQuery)
The text was updated successfully, but these errors were encountered: