| .gitignore | ●●●●● patch | view | raw | blame | history | |
| vite.config.mjs | ●●●●● patch | view | raw | blame | history |
.gitignore
@@ -1,6 +1,7 @@ .DS_Store node_modules /dist /manage /tests/e2e/videos/ /tests/e2e/screenshots/ vite.config.mjs
@@ -19,6 +19,7 @@ // 根据是否生产环境,动态设置压缩配置 const buildConfig = { outDir: 'manage', target: 'esnext', minify: isProd ? 'terser' : 'esbuild', // 根据环境选择压缩工具 };