Skip to content

Commit a6a7147

Browse files
committed
use same target as previous
1 parent 25f492e commit a6a7147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/scripts/utils/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function bundle(params) {
3838
entryPoints: [scriptPath],
3939
write: false,
4040
outdir: 'build',
41-
target: 'safari15',
41+
target: 'es2021',
4242
format: 'iife',
4343
supported: {
4444
'class-private-field': false,

0 commit comments

Comments
 (0)