This commit is contained in:
Zef Hemel
2022-05-13 17:05:52 +02:00
parent 3c5048ac25
commit 7d01f77318
12 changed files with 70 additions and 55 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ import { compile, sandboxCompileModule } from "../compile";
async function bundle(
manifestPath: string,
sourceMaps: boolean,
debug: boolean,
excludeModules: string[]
) {
const rootPath = path.dirname(manifestPath);
@@ -40,7 +40,7 @@ async function bundle(
def.code = await compile(
filePath,
jsFunctionName,
sourceMaps,
debug,
allModulesToExclude
);
delete def.path;