Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AntDX316
/
HF-Shapes
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bb120b0
HF-Shapes
/
vite.config.ts
AntDX316
updated
4d0d400
8 months ago
raw
Copy download link
history
blame
Safe
220 Bytes
import
{ defineConfig }
from
'vite'
;
import
react
from
'@vitejs/plugin-react'
;
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
optimizeDeps
: {
exclude
: [
'lucide-react'
],
},
});