From c08a9065a14a1d5472796131234627a8bdc94c16 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 8 Jan 2024 16:28:22 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/mod_esbuild/index.child.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c79d45f..bdbcefa 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' } diff --git a/ts/mod_esbuild/index.child.ts b/ts/mod_esbuild/index.child.ts index 48c2de3..eb8ba69 100644 --- a/ts/mod_esbuild/index.child.ts +++ b/ts/mod_esbuild/index.child.ts @@ -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 });