We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2c2a6 commit c76ac9aCopy full SHA for c76ac9a
cli/scripts/build-binary.ts
@@ -161,8 +161,8 @@ async function main() {
161
const buildArgs = [
162
'build',
163
'src/index.tsx',
164
- '--compile', // Required so compiled binaries use the production JSX runtime (avoids jsxDEV crashes).
165
- '--production',
+ '--compile',
+ '--production', // Required so compiled binaries use the production JSX runtime (avoids jsxDEV crashes).
166
`--target=${targetInfo.bunTarget}`,
167
`--outfile=${outputFile}`,
168
'--sourcemap=none',
0 commit comments