srod/node-minify

error when using uglifyjs

Closed this issue · 1 comments

I'm using the 2.0.0 beta.

When using compressor: 'uglifyjs' I'm getting this error after minifying a build.js from Webpack and Babel:

message: 'Unexpected token: operator (>)',

It appears this is an error that was fixed in UglifyJS.

Are you using the latest version?

Ah, sorry I thought that was an UglifyJS error, but the link I posted was for Electron instead.

Maybe this is an issue with Webpack and not UglifyJS?

I'm using GCC for now.