We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46812d8 commit a376df0Copy full SHA for a376df0
vite.config.ts
@@ -26,6 +26,7 @@ const config: UserConfigExport = defineConfig({
26
},
27
server: serverOptions,
28
preview: serverOptions,
29
+ build: { target: "esnext" },
30
});
31
32
export default config;
0 commit comments