fix(core): update
This commit is contained in:
@ -23,7 +23,7 @@ export class TsBundleProcess {
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
target: 'es2020',
|
||||
target: 'es2022',
|
||||
outfile: toArg,
|
||||
tsconfig: paths.tsconfigPath
|
||||
});
|
||||
@ -46,7 +46,7 @@ export class TsBundleProcess {
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
target: 'es2020',
|
||||
target: 'es2022',
|
||||
minify: true,
|
||||
outfile: toArg,
|
||||
tsconfig: paths.tsconfigPath
|
||||
|
Reference in New Issue
Block a user