fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-04 17:20:28 +02:00
parent 661fdf75cf
commit 45d0d74559
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsbundle',
version: '2.0.0',
version: '2.0.1',
description: 'a bundler using rollup for painless bundling of web projects'
}

View File

@ -48,7 +48,8 @@ export class TsBundleProcess {
format: 'esm',
target: 'es2020',
minify: true,
outfile: toArg
outfile: toArg,
tsconfig: paths.tsconfigPath
});
}
}