Skip to content

Commit cd571a6

Browse files
authored
fix: revert build target to ES2021 (#230)
1 parent 95fcaa5 commit cd571a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ createBuilder(
4040
name: 'client',
4141
options: {
4242
platform: 'browser',
43-
target: ['es2023'],
43+
target: ['es2021'],
4444
format: 'iife',
4545
entryPoints: [`./client/index.ts`],
4646
},

0 commit comments

Comments
 (0)