rendering, link resolution, asset copying

This commit is contained in:
Jacky Zhao
2023-05-31 17:01:23 -04:00
parent ad6ce0d73f
commit 21c007e2fc
19 changed files with 564 additions and 274 deletions

View File

@ -53,8 +53,6 @@ yargs(hideBin(process.argv))
const out = await esbuild.build({
entryPoints: [fp],
write: false,
minifySyntax: true,
minifyWhitespace: true,
bundle: true,
keepNames: true,
platform: "node",