diff --git a/ts/mod_esbuild/index.child.ts b/ts/mod_esbuild/index.child.ts index 110793c..dd81148 100644 --- a/ts/mod_esbuild/index.child.ts +++ b/ts/mod_esbuild/index.child.ts @@ -22,6 +22,7 @@ export class TsBundleProcess { bundle: true, sourcemap: true, format: 'esm', + target: 'es2020', outfile: toArg }); } @@ -43,6 +44,7 @@ export class TsBundleProcess { bundle: true, sourcemap: true, format: 'esm', + target: 'es2020', minify: true, outfile: toArg });