Vite 8 upgrade

This commit is contained in:
Gregory Schier
2026-03-13 06:33:20 -07:00
parent c8ba35e268
commit b83d9e6765
3 changed files with 6 additions and 6 deletions

View File

@@ -87,17 +87,17 @@
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@types/whatwg-mimetype": "^3.0.2",
"@vitejs/plugin-react": "^4.6.0",
"@vitejs/plugin-react": "^6.0.0",
"autoprefixer": "^10.4.21",
"decompress": "^4.2.1",
"internal-ip": "^8.0.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"tailwindcss": "^3.4.17",
"vite": "^7.0.8",
"vite-plugin-static-copy": "^3.1.2",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-top-level-await": "^1.5.0",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^3.3.0",
"vite-plugin-svgr": "^4.5.0",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
}
}

View File

@@ -42,7 +42,7 @@ export default defineConfig(async () => {
sourcemap: true,
outDir: '../dist',
emptyOutDir: true,
rollupOptions: {
rolldownOptions: {
output: {
// Make chunk names readable
chunkFileNames: 'assets/chunk-[name]-[hash].js',