feat(FN-2618): merge fusion/fn-2618
- test(FN-2618): harden process-manager fs/tmpdir mocks - fix(cli): mark react-devtools-core external in bun compile - fix(pty): switch to @homebridge/node-pty-prebuilt-multiarch fork
This commit is contained in:
@@ -338,6 +338,10 @@ function compileBinary(outFile: string, target: string, isCrossCompile: boolean)
|
||||
target,
|
||||
"--minify",
|
||||
"--conditions=source",
|
||||
// ink imports react-devtools-core dynamically only when DEV=true; mark
|
||||
// external so Bun's static bundler doesn't try to resolve it at compile.
|
||||
"--external",
|
||||
"react-devtools-core",
|
||||
],
|
||||
cwd: workspaceRoot,
|
||||
stdout: "inherit",
|
||||
|
||||
Reference in New Issue
Block a user