Pbytecode
Bun

property

NormalBuildConfig.bytecode

bytecode?: boolean

Generate bytecode for the output. This can dramatically improve cold start times, but will make the final output larger and slightly increase memory usage.

  • CommonJS: works with or without compile: true
  • ESM: requires compile: true

Without an explicit format, defaults to CommonJS.

Must be target: "bun"