Fix cache bug

This commit is contained in:
Ludvík Prokopec 2022-10-24 14:05:40 +02:00
parent c53c526bc9
commit a2a99cedda
1 changed files with 1 additions and 6 deletions

View File

@ -20,10 +20,5 @@ export default defineConfig({
postcss: true,
}),
}),
],
build: {
rollupOptions: {
output: { entryFileNames: 'assets/[name].js' },
},
},
]
})