Skip to content

Commit 37868dc

Browse files
committed
use default target
1 parent c5ad5cd commit 37868dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.esbuild/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const buildOptions = (override: BuildOptions): BuildOptions => {
3232
tsconfig: 'tsconfig.json',
3333
resolveExtensions: ['.ts', '.js', '.json', '.jison', '.yaml'],
3434
external: ['require', 'fs', 'path'],
35-
target: 'ES2020',
3635
supported: { 'class-static-blocks': false },
3736
outdir: 'dist',
3837
plugins: [jisonPlugin, jsonSchemaPlugin],

0 commit comments

Comments
 (0)