Upgrade to Vite 8 (#2408)

This commit is contained in:
Gold856
2026-03-26 00:39:38 -04:00
committed by GitHub
parent a8a0024321
commit 488646e755
3 changed files with 330 additions and 436 deletions

View File

@@ -45,7 +45,7 @@
"prettier": "^3.6.2",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vite": "^8.0.2",
"vite-plugin-vuetify": "^2.1.1"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@ export default defineConfig({
}
},
build: {
rollupOptions: {
rolldownOptions: {
external: ["html2canvas", "dompurify", "canvg"]
},
sourcemap: true