| | |
| | | bundleInfo: { |
| | | boolean: true, |
| | | default: false, |
| | | describe: "show detailed bundle information" |
| | | } |
| | | describe: "show detailed bundle information", |
| | | }, |
| | | } |
| | | |
| | | function escapePath(fp) { |
| | |
| | | console.log( |
| | | `Successfully transpiled ${Object.keys(meta.inputs).length} files (${prettyBytes( |
| | | meta.bytes, |
| | | )})`) |
| | | console.log(await esbuild.analyzeMetafile(result.metafile, { color: true }) |
| | | )})`, |
| | | ) |
| | | console.log(await esbuild.analyzeMetafile(result.metafile, { color: true })) |
| | | } |
| | | |
| | | const { default: buildQuartz } = await import(cacheFile) |