移除徽标

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

@@ -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',
// 代码分割优化