fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tsbundle', | ||||
|   version: '2.0.11', | ||||
|   version: '2.0.12', | ||||
|   description: 'a bundler using rollup for painless bundling of web projects' | ||||
| } | ||||
|   | ||||
| @@ -24,7 +24,7 @@ export class TsBundleProcess { | ||||
|       sourcemap: true, | ||||
|       format: 'esm', | ||||
|       target: 'es2022', | ||||
|       entryNames: 'bundle', | ||||
|       entryNames: plugins.path.parse(toArg).name, | ||||
|       outdir: plugins.path.parse(toArg).dir, | ||||
|       tsconfig: paths.tsconfigPath | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user