feat: proj name vite

This commit is contained in:
Rico van Zelst
2023-11-16 11:44:47 +01:00
parent 0dbcf3e7a0
commit ba08e58d18

View File

@@ -12,9 +12,9 @@ export default defineConfig({
build: { build: {
rollupOptions: { rollupOptions: {
output: { output: {
entryFileNames: `[name]` + `-heimer-` + hash + `.js`, entryFileNames: `heimerdinger` + hash + `.js`,
chunkFileNames: `[name]` + `-heimer-` + hash + `.js`, chunkFileNames: `heimerdinger` + hash + `.js`,
assetFileNames: `[name]` + `-heimer-` + hash + `.[ext]` assetFileNames: `heimerdinger` + hash + `.[ext]`
} }
} }
} }