打开vite.config.js并新增以下配置:

esbuild: {
    pure: ["console.log"],
    minify: true,
}