We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ad5cd commit 37868dcCopy full SHA for 37868dc
.esbuild/util.ts
@@ -32,7 +32,6 @@ const buildOptions = (override: BuildOptions): BuildOptions => {
32
tsconfig: 'tsconfig.json',
33
resolveExtensions: ['.ts', '.js', '.json', '.jison', '.yaml'],
34
external: ['require', 'fs', 'path'],
35
- target: 'ES2020',
36
supported: { 'class-static-blocks': false },
37
outdir: 'dist',
38
plugins: [jisonPlugin, jsonSchemaPlugin],
0 commit comments