Skip to content

Commit a376df0

Browse files
committed
🏗️ build(target spec): esnext build target to fix CBC issues
Updating Vite Config to reflect the same
1 parent 46812d8 commit a376df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const config: UserConfigExport = defineConfig({
2626
},
2727
server: serverOptions,
2828
preview: serverOptions,
29+
build: { target: "esnext" },
2930
});
3031

3132
export default config;

0 commit comments

Comments
 (0)