webpack-contrib/uglifyjs-webpack-plugin

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

abhijithvijayan opened this issue · 2 comments

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

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

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

@evilebottnawi Thanks. Switched to terser.