disable minify

This commit is contained in:
fkwp
2025-06-03 17:32:50 +02:00
parent e7361be27c
commit a1b36c5030

View File

@@ -89,6 +89,7 @@ export default defineConfig(({ mode, packageType }) => {
},
},
build: {
minify: 'none',
sourcemap: true,
rollupOptions: {
output: {