mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
parent
759ebd747e
commit
35b1d08bfb
21 changed files with 196 additions and 257 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue