diff --git a/ts/mod_esbuild/index.child.ts b/ts/mod_esbuild/index.child.ts index f45cba2..038debe 100644 --- a/ts/mod_esbuild/index.child.ts +++ b/ts/mod_esbuild/index.child.ts @@ -33,6 +33,9 @@ export class TsBundleProcess { argvArg: any ) { // create a bundle + console.log('esbuild specific:'); + console.log(`from: ${fromArg}`); + console.log((`to: ${toArg}`)); const esbuild = await plugins.esbuild.build({ entryPoints: [fromArg], bundle: true,