console 失效
dingDangCat
- 发布:2024-08-08 11:54
- 更新:2024-08-08 14:44
- 阅读:132
dingDangCat (作者) - 红温的叮当猫
找到问题了,vite配置文件配置了:
build: {
minify: 'terser',
terserOptions: {
compress: {
drop_console: true,
},
},
},
但已安装terser;
uni-preset-vue@0.0.0 E:\code\xxx\uniapp_vue3_ts_v1
├─┬ @dcloudio/vite-plugin-uni@3.0.0-3080720230703001
│ ├─┬ @vitejs/plugin-legacy@4.1.1
│ │ └── terser@5.31.3 deduped
│ └── terser@5.31.3
└─┬ vite@4.0.4
└── terser@5.31.3 deduped
dingDangCat (作者)
开发环境存在这个问题
2024-08-08 14:46