From 6d480862669097690df51f03f3f9082f75c3e655 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 16 Mar 2022 11:08:52 +0100 Subject: [PATCH] fix(core): update --- ts/mod_esbuild/index.child.ts | 3 +++ 1 file changed, 3 insertions(+) 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,