This commit is contained in:
David Bomba
2024-08-15 08:51:52 +10:00
parent 40ecb6a248
commit 824787b2f2
3 changed files with 5 additions and 5 deletions

View File

@@ -13,8 +13,8 @@ export default defineConfig({
rollupOptions: {
output: {
// This will output a single bundle file
entryFileNames: 'bundle.js',
chunkFileNames: 'bundle.js'
entryFileNames: 'bundle.[hash].js',
chunkFileNames: 'bundle.[hash].js'
}
},
},