fix(core): update

This commit is contained in:
2024-01-10 05:07:08 +01:00
parent 49ecf9d4ca
commit e47ba642f2
3 changed files with 9 additions and 5 deletions

View File

@ -50,7 +50,6 @@ export class TsBundleProcess {
format: 'esm',
target: 'es2022',
minify: true,
// outfile: toArg,
entryNames: 'bundle',
outdir: plugins.path.parse(toArg).dir,
tsconfig: paths.tsconfigPath,