feat: ✨ 新增系统配置页面
This commit is contained in:
@@ -4,4 +4,10 @@ import react from '@vitejs/plugin-react'
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
esbuild: {
|
||||
target: 'es2020'
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['react', 'react-dom', 'antd']
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user