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 21f1dad commit bde5a47Copy full SHA for bde5a47
1 file changed
apps/yaak-client/vite.config.ts
@@ -48,9 +48,9 @@ export default defineConfig(async () => {
48
chunkFileNames: "assets/chunk-[name]-[hash].js",
49
entryFileNames: "assets/entry-[name]-[hash].js",
50
assetFileNames: "assets/asset-[name]-[hash][extname]",
51
- // Vite-Plus/Rolldown 0.1.20 can emit a stale minified export for style-mod,
52
- // which breaks CodeMirror MergeView in production builds.
53
- minifyInternalExports: false,
+ // Vite-Plus/Rolldown 0.1.20 can emit a stale style-mod export when
+ // top-level var rewriting combines with OXC minification.
+ topLevelVar: false,
54
},
55
56
0 commit comments