Skip to content

Commit

Permalink
chore: esbuild.target
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Oct 8, 2023
1 parent 5dd3951 commit 96ae991
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 @@ -8,7 +8,7 @@ async function start() {
mainFields: ['module', 'main'],
external: ['coc.nvim'],
platform: 'node',
target: 'node10.12',
target: 'node16.18',
outfile: 'lib/index.js',
});
}
Expand Down

0 comments on commit 96ae991

Please sign in to comment.