Taro terser

2021-09-23 21:04 更新

terser

object

配置 terser 工具以压缩 JS 代码。

terser.enable

boolean

默认值 true

是否开启 JS 代码压缩。

terser.config

object

terser 的具体配置。

  1. module.exports = {
  2. // ...
  3. terser: {
  4. enable: true,
  5. config: {
  6. // 配置项同 https://github.com/terser/terser#minify-options
  7. }
  8. }
  9. }

terser 配置只在生产模式下生效。如果你正在使用 watch 模式,又希望启用 terser,那么则需要设置 process.env.NODE_ENV'production'


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号