Skip to content

Commit

Permalink
VAST-49: update target to saf11 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
privaloops authored Jul 18, 2023
1 parent 38cacfa commit 94e4e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const configByFormat = format === 'cjs' ? {
outExtension: { '.js': buildConfig.mjs.extension },
format: 'esm',
splitting: true,
target: ['es2020','safari13'],
target: ['es2020', 'safari11'],
};

const externalDeps = [
Expand Down

0 comments on commit 94e4e1c

Please sign in to comment.