updated vite
This commit is contained in:
parent
2760d214c1
commit
de4400c52f
|
|
@ -56,12 +56,12 @@
|
|||
"@types/random-seed": "^0.3.5",
|
||||
"@types/react": "^19.1.13",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@vitejs/plugin-react-swc": "^4.0.1",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"drizzle-kit": "0.31.4",
|
||||
"oxlint": "^1.51.0",
|
||||
"tailwindcss": "^4.1.13",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^7.1.5",
|
||||
"vite": "^8.0.0-beta.14",
|
||||
"vite-bundle-analyzer": "^1.2.3",
|
||||
"vite-imagetools": "^8.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { imagetools } from "vite-imagetools";
|
||||
// import { analyzer } from "vite-bundle-analyzer";
|
||||
|
|
|
|||
Loading…
Reference in New Issue