disable minify

This commit is contained in:
fkwp
2025-06-03 17:33:25 +02:00
parent a1b36c5030
commit f52db71dd9

View File

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