SublimeText-Nodejs
SublimeText-Nodejs copied to clipboard
UglifyJS -> Unexpected token: operator (>)
I installed this package via the package manager and then I tried to run the UglifyJS on my .js file and got this error:
undefined:1625
throw new JS_Parse_Error(message, filename, line, col, pos);
^
SyntaxError: Unexpected token: operator (>)
Caused by this:
things.forEach(entry => {
});
Accepted
I’ll fix on the coming weekend