mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
small changes
This commit is contained in:
parent
30adf894aa
commit
a0ef702b54
16 changed files with 124 additions and 113 deletions
|
@ -19,7 +19,8 @@ const scramjetBuild = await build({
|
|||
logLevel: "info",
|
||||
metafile: true,
|
||||
treeShaking: true,
|
||||
minify: true
|
||||
minify: true,
|
||||
format: "esm"
|
||||
});
|
||||
|
||||
writeFileSync("./meta.json", JSON.stringify(scramjetBuild.metafile));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue