ice
ice copied to clipboard
build.json 文件中 配置 "dropLogLevel": "log"配置无效
{
"vite": true,
"minify": false,
"dropLogLevel": "log",
"plugins": [
[
"build-plugin-ignore-style",
{
"libraryName": "antd"
}
]
],
"hash": true
}
配置这一项打包时依然有 console 打印
vite 模式下存在 dropLogLevel 问题,需要修复下