refactor: disable minification

This commit is contained in:
braks
2023-10-30 13:36:07 +01:00
committed by Braks
parent 1b3b03f389
commit ec7653e8f3
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ function withConfig(viteConfig) {
extensions: ['.ts', '.vue'],
},
build: {
minify: false,
emptyOutDir: false,
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled