diff --git a/vite.config.js b/vite.config.js index 08ed54bf..5fe3a99b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -89,7 +89,7 @@ export default defineConfig(({ mode, packageType }) => { }, }, build: { - minify: mode === 'production' ? true : false, + minify: mode === "production" ? true : false, sourcemap: true, rollupOptions: { output: {