Skip to content

Commit d539490

Browse files
committed
chore: Output ES2015
1 parent 0db5a03 commit d539490

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
@@ -22,6 +22,7 @@ async function renameJsx() {
2222
// https://vitejs.dev/config/
2323
export default defineConfig({
2424
build: {
25+
target: "es2015",
2526
lib: {
2627
entry: "lib/main.tsx",
2728
name: "TalkJSReact",

0 commit comments

Comments
 (0)