mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
fix: vite config
This commit is contained in:
@@ -12,9 +12,9 @@ export default defineConfig({
|
|||||||
build: {
|
build: {
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
entryFileNames: `[name]` + hash + `.js`,
|
entryFileNames: `[name]` + `-heimer-` + hash + `.js`,
|
||||||
chunkFileNames: `[name]` + hash + `.js`,
|
chunkFileNames: `[name]` + `-heimer-` + hash + `.js`,
|
||||||
assetFileNames: `[name]` + hash + `.[ext]`
|
assetFileNames: `[name]` + `-heimer-` + hash + `.[ext]`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user