chore(vite.config): 禁用日志记录以减少控制台输出
This commit is contained in:
@@ -81,7 +81,7 @@ export default defineConfig(({ command, mode }) => {
|
||||
dts: {
|
||||
base: 'src/types',
|
||||
},
|
||||
logger: true,
|
||||
logger: false,
|
||||
}),
|
||||
// UniXXX 需要在 Uni 之前引入
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user