fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-25 19:48:58 +01:00
parent c53d9023fe
commit 3377554969

View File

@ -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
});