Pbytecode
Bun

property

BuildConfig.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.

Bytecode is currently only supported for CommonJS (format: "cjs").

Must be target: "bun"