We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694dbe1 commit f046b1bCopy full SHA for f046b1b
cli/scripts/build-binary.ts
@@ -161,7 +161,7 @@ async function main() {
161
const buildArgs = [
162
'build',
163
'src/index.tsx',
164
- '--compile',
+ '--compile', // Required so compiled binaries use the production JSX runtime (avoids jsxDEV crashes).
165
'--production',
166
`--target=${targetInfo.bunTarget}`,
167
`--outfile=${outputFile}`,
0 commit comments