We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae0a93 commit 10793f9Copy full SHA for 10793f9
esbuild.config.mjs
@@ -7,7 +7,7 @@ const context = await esbuild.context({
7
entryPoints: ['main.ts'],
8
bundle: true,
9
platform: 'node',
10
- target: 'es2018',
+ target: 'es2022',
11
outfile: './build/main.js',
12
});
13
0 commit comments