This commit is contained in:
Zef Hemel
2022-05-20 11:29:14 +02:00
parent dfd820cc25
commit 7429a96e61
4 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ async function bundle(
filePath,
jsFunctionName,
debug,
allModulesToExclude
allModulesToExclude,
true
);
delete def.path;
}
+1 -1
View File
@@ -45,7 +45,7 @@ export async function compile(
if (meta) {
let text = await esbuild.analyzeMetafile(result.metafile);
// console.log("Bundle info for", functionName, text);
console.log("Bundle info for", functionName, text);
}
let jsCode = (await readFile(outFile)).toString();