AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 ViMax
vite.config.ts
根目录
/
web
/
vite.config.ts
1
import {defineConfig} from 'vite';
2
import react from '@vitejs/plugin-react';
3
4
export default defineConfig({
5
plugins: [react()],
6
build: {
7
target: 'es2022',
8
},
9
});
10
10 lines
TYPESCRIPT