property
BuildConfig.bytecode
bytecode?: boolean
Generate bytecode for the output. This can dramatically improve cold start times, but makes the final output larger and slightly increases memory usage.
- CommonJS: works with or without
compile: true - ESM: requires
compile: true
Without an explicit format, defaults to CommonJS.
Must be target: "bun"