Revert "small changes"

This reverts commit 3a85734b7f.
This commit is contained in:
Percs 2024-07-12 16:09:48 -05:00
parent 759ebd747e
commit 35b1d08bfb
21 changed files with 196 additions and 257 deletions

View file

@ -9,7 +9,6 @@ const scramjetBuild = await build({
worker: "./src/worker/index.ts",
codecs: "./src/codecs/index.ts",
config: "./src/scramjet.config.ts",
html: "./src/html/index.ts"
},
entryNames: "scramjet.[name]",
outdir: "./dist",
@ -20,8 +19,7 @@ const scramjetBuild = await build({
logLevel: "info",
metafile: true,
treeShaking: true,
minify: true,
format: "esm"
minify: true
});
writeFileSync("./meta.json", JSON.stringify(scramjetBuild.metafile));