build(custom): 环境变量调整

This commit is contained in:
2023-11-21 19:05:35 +08:00
parent efb6a5ec38
commit 8cc2f3a06d
5 changed files with 4529 additions and 1573 deletions

View File

@@ -38,7 +38,7 @@ export default defineConfig(({ command, mode }) => {
outDir: OUTPUT_DIR || 'dist',
reportCompressedSize: false, // 启用/禁用 gzip 压缩大小报告
chunkSizeWarningLimit: 1024, // chunk 大小警告的限制单位kb
sourcemap: true,
sourcemap: VITE_SENTRY,
},
}
})