From 3e673bca6b8e94c8b95a9f7d21a741803e3e23bb Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 8 Jan 2024 16:48:11 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/mod_esbuild/index.child.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bdbcefa..2b919b2 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.12', + version: '2.0.13', 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 eb8ba69..5676fea 100644 --- a/ts/mod_esbuild/index.child.ts +++ b/ts/mod_esbuild/index.child.ts @@ -26,6 +26,7 @@ export class TsBundleProcess { target: 'es2022', entryNames: plugins.path.parse(toArg).name, outdir: plugins.path.parse(toArg).dir, + splitting: true, tsconfig: paths.tsconfigPath }); }