fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-16 11:08:52 +01:00
parent e3a6e065ee
commit 6d48086266

View File

@ -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,