Skip to content

Commit f25c5f7

Browse files
committed
fix: improve workaround
1 parent 9dde829 commit f25c5f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ export default defineConfig({
99
// @ts-ignore
1010
vitePluginServerEntry: {
1111
disableAutoImport: true,
12+
disableServerEntryEmit: true
1213
},
1314
});

0 commit comments

Comments
 (0)