https://blog.csdn.net/weixin_43473561/article/details/102816018

打包报错,提示UglifyJs Unexpected token: keyword «const»

原因:ugluifyjs当前版本不符合项目预期(可能不能解析es6)

解决办法:yarn add uglifyjs-webpack-plugin@1(指定版本)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-10-17
  • 2022-03-05
猜你喜欢
  • 2021-10-26
  • 2021-07-27
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案