fix(core): update
This commit is contained in:
		| @@ -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' | ||||
| } | ||||
|   | ||||
| @@ -48,7 +48,8 @@ export class TsBundleProcess { | ||||
|       format: 'esm', | ||||
|       target: 'es2020', | ||||
|       minify: true, | ||||
|       outfile: toArg | ||||
|       outfile: toArg, | ||||
|       tsconfig: paths.tsconfigPath | ||||
|     }); | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user