fix(core): update
This commit is contained in:
parent
e3a6e065ee
commit
6d48086266
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user