Upgrade to Vite 5

This commit upgrades vite to the latest version 5, and also updates the
vite plugins to the latest version.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
Eng Zer Jun
2024-01-17 08:58:44 +08:00
parent 396b4595f4
commit 374b665089
15 changed files with 1371 additions and 731 deletions

View File

@@ -12,10 +12,11 @@
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"types": ["vite-plugin-svgr/client"],
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src", "svg.d.ts"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}