fix(core): update
This commit is contained in:
parent
e3a6e065ee
commit
6d48086266
@ -33,6 +33,9 @@ export class TsBundleProcess {
|
|||||||
argvArg: any
|
argvArg: any
|
||||||
) {
|
) {
|
||||||
// create a bundle
|
// create a bundle
|
||||||
|
console.log('esbuild specific:');
|
||||||
|
console.log(`from: ${fromArg}`);
|
||||||
|
console.log((`to: ${toArg}`));
|
||||||
const esbuild = await plugins.esbuild.build({
|
const esbuild = await plugins.esbuild.build({
|
||||||
entryPoints: [fromArg],
|
entryPoints: [fromArg],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user