Skip to content

Releases: backmeupplz/farcaster-tui

v0.2.1

20 Feb 22:53

Choose a tag to compare

Fix binary build: exclude react-devtools-core from bundle

Ink dynamically imports react-devtools-core for dev mode only, but
bun build --compile fails trying to resolve it statically. Mark it
as external so the bundler skips it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>