fix(core): update

This commit is contained in:
2023-10-03 19:12:49 +02:00
parent 8bd279637b
commit 73a6ce2786
5 changed files with 672 additions and 1161 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.0.9',
version: '2.0.10',
description: 'a bundler using rollup for painless bundling of web projects'
}

View File

@ -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