移除徽标

This commit is contained in:
2025-09-19 00:40:32 +08:00
parent 18142ad511
commit 55b0e47171
2 changed files with 1 additions and 2 deletions

View File

@@ -51,7 +51,6 @@
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-trae-solo-badge": "^1.0.0",
"vite-tsconfig-paths": "^5.1.4"
}
}

View File

@@ -1,10 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tsconfigPaths from "vite-tsconfig-paths";
// 移除 Trae Solo 徽章插件
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tsconfigPaths()],
build: {
sourcemap: 'hidden',
// 代码分割优化