debugging production error

This commit is contained in:
Myzel394 2023-02-19 08:25:10 +01:00
parent 5c3bf85381
commit be2e09a90c
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -11,4 +11,7 @@ export default defineConfig({
"~": path.resolve(__dirname, "src"), "~": path.resolve(__dirname, "src"),
}, },
}, },
build: {
minify: false,
},
}) })