webpack-contrib / uglifyjs-webpack-plugin

[deprecated] UglifyJS Plugin
MIT License
1.38k stars 179 forks source link

ERROR in js/background.js from UglifyJs Unexpected token: keyword (const) #389

Closed abhijithvijayan closed 5 years ago

abhijithvijayan commented 5 years ago

ERROR in js/background.js from UglifyJs Unexpected token: keyword (const) [js/background.js:421,4]

using "uglifyjs-webpack-plugin": "^2.1.1",

alexander-akait commented 5 years ago

Uglify-js doesn't support es6 syntax, use terser plugin

abhijithvijayan commented 5 years ago

@evilebottnawi Thanks. Switched to terser.