原因

UglifyJs当前的版本不支持es6的写法

解决方法

第一种:修改版本(亲测可行)

  1. yarn add uglifyjs-webpack-plugin@1

第二种:换包(没测试过)

  1. yarn add terser-webpack-plugin