无人机管理后台前端(已迁走)
GuLiMmo
2024-08-29 090140a734a238695c015b89891b40db83893123
chore
2 files modified
2 ■■■■■ changed files
.gitignore 1 ●●●● patch | view | raw | blame | history
vite.config.mjs 1 ●●●● 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', // 根据环境选择压缩工具
  };