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