Closed abhijithvijayan closed 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",
Uglify-js doesn't support es6 syntax, use terser plugin
terser
@evilebottnawi Thanks. Switched to terser.
ERROR in js/background.js from UglifyJs Unexpected token: keyword (const) [js/background.js:421,4]
using "uglifyjs-webpack-plugin": "^2.1.1",