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
+1 -1
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',