Skip to content

Commit

Permalink
correct target
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 4, 2023
1 parent 7237c53 commit 8611932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export async function bundle (params) {
entryPoints: [scriptPath],
write: false,
outdir: 'build',
target: 'es2021',
bundle: true,
metafile: true,
globalName: name,
Expand Down

0 comments on commit 8611932

Please sign in to comment.