We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345d46f commit 0d03f38Copy full SHA for 0d03f38
1 file changed
webview-ui/vite.config.ts
@@ -107,7 +107,7 @@ export default defineConfig(({ mode }) => {
107
// Generate complete source maps with original TypeScript sources
108
sourcemap: true,
109
// Vite 8 uses Rolldown/Oxc by default; keep non-production modes readable.
110
- minify: mode === "production" || mode === "nightly",
+ minify: mode === "production",
111
// Use a single combined CSS bundle so all webviews share styles
112
cssCodeSplit: false,
113
rolldownOptions: {
0 commit comments