mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat(vite.config): remove unnecessary build options
- Remove the `build` section from the Vite configuration file. - The `rollupOptions` for output filenames have been removed.
This commit is contained in:
@@ -9,14 +9,5 @@ export default defineConfig({
|
|||||||
refresh: true,
|
refresh: true,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
build: {
|
|
||||||
rollupOptions: {
|
|
||||||
output: {
|
|
||||||
entryFileNames: `heimerdinger` + hash + `.js`,
|
|
||||||
chunkFileNames: `heimerdinger` + hash + `.js`,
|
|
||||||
assetFileNames: `heimerdinger` + hash + `.[ext]`
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
publicDir: 'public',
|
publicDir: 'public',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user