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
minifier: use UglifyJS 2.7.0's input map support (8160697)
BREAKING CHANGES
errors: Emitted errors are of a new type. Original UglifyJS
error message are preserved instead of the attempt to normalize them.
The constructor is exported as "GulpUglifyError" to allow for instance
checks.
minifier: Now requires UglifyJS 2.7.0 or greater to use the
input object support.