ice icon indicating copy to clipboard operation
ice copied to clipboard

build.json 文件中 配置 "dropLogLevel": "log"配置无效

Open lanqy opened this issue 3 years ago • 1 comments

{
  "vite": true,
  "minify": false,
  "dropLogLevel": "log",  
  "plugins": [
    [
      "build-plugin-ignore-style",
      {
        "libraryName": "antd"
      }
    ]
  ],
  "hash": true
}

配置这一项打包时依然有 console 打印

lanqy avatar Mar 12 '22 03:03 lanqy

vite 模式下存在 dropLogLevel 问题,需要修复下

ClarkXia avatar Mar 14 '22 02:03 ClarkXia