打包不打map

config/index.js

productionSourceMap: false,

打包分析

cnpm run build --report


跳过某些不必要的打包

webpack.prod.conf.js

plugins.push(
new webpack.IgnorePlugin(/^\.\/locale/, /moment$/)

)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2021-08-24
  • 2022-12-23
  • 2022-01-23
  • 2021-09-06
  • 2022-12-23
  • 2021-11-21
  • 2021-07-01
相关资源
相似解决方案