mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(deps): add terser for minification
- Added "terser" package as a dependency in package.json - Configured Vite to use terser for minification in vite.config.js
This commit is contained in:
@@ -10,4 +10,7 @@ export default defineConfig({
|
||||
}),
|
||||
],
|
||||
publicDir: 'public',
|
||||
build: {
|
||||
minify: 'terser',
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user