Skip to content

Commit e264e61

Browse files
committed
fix: Change compile target esnext to ES2015 for use it in Lx
1 parent 7a0e443 commit e264e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default defineConfig({
5252
},
5353
},
5454
},
55-
target: 'esnext',
55+
target: 'ES2015',
5656
},
5757
plugins: [dts()],
5858
});

0 commit comments

Comments
 (0)