ERROR in js/background.js from UglifyJs Unexpected token: keyword (const)
abhijithvijayan opened this issue · 2 comments
abhijithvijayan commented
alexander-akait commented
Uglify-js doesn't support es6 syntax, use terser
plugin
abhijithvijayan commented
@evilebottnawi Thanks. Switched to terser
.