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 }); }