0👍
✅
Right now, UglifyJsPlugin
doesn’t support ES6 feature (arrow function) so you must use babel first to compile your ES6 code to ES5 then use UglifyJsPlugin in it
Source:stackexchange.com