Skip to content

Commit 876b420

Browse files
authored
Update vite.config.js
1 parent fa3d0a8 commit 876b420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export default ({ mode }) => {
158158
},
159159
sourcemap: true,
160160
build: {
161+
target: "es2020",
161162
rollupOptions: {
162163
input: {
163164
main: path.resolve(__dirname, "index.html"),

0 commit comments

Comments
 (0)