Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G12-Frontend
/
02e716db64ec24701854da390a6196a74d426ef7
/
.
/
vite.config.js
blob: 5a33944a9b41b59a9cf06ee4bb5586c77510f06b [
file
] [
log
] [
blame
]
ybt
02e716d
2025-04-15 17:19:32 +0800
[
diff
] [
blame^
]
1
import
{
defineConfig
}
from
'vite'
2
import
react from
'@vitejs/plugin-react'
3
4
// https://vitejs.dev/config/
5
export
default
defineConfig
({
6
plugins
:
[
react
()],
7
})