terinjokes / gulp-uglify

Minify files with UglifyJS
MIT License
1.23k stars 154 forks source link

Unexpected token: operator (!) #325

Closed SARAN-thala closed 6 years ago

SARAN-thala commented 6 years ago

Hi,

I am using gulp-uglify for minifying the javascript. But, now I'm unable to minify my js.

Bug report

events.js:160
      throw er; // Unhandled 'error' event
      ^
GulpUglifyError: unable to minify JavaScript
Caused by: SyntaxError: Unexpected token: operator (!)

gulp-uglify version v3.0.0

SARAN-thala commented 6 years ago

This was uglify-js minor version upgrade. Now, they release patch version. It fixes the error.