mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #122] Solidjs bun build fails #28
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aminroosta on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/122
Originally assigned to: @Adictya, @fezproof on GitHub.
bun compile fails with
"@opentui/solid": "^0.1.13".bun build --compile src/index.tsx
Not sure if recent commits from @msmps fixes that.
@Adictya commented on GitHub (Sep 1, 2025):
We require a plugin, configured in bunfig.toml for transpiling jsx solid. You need to apply that to the build script.
This build script should work:
Ill take a look into how this experience can be improved.
@aminroosta commented on GitHub (Sep 1, 2025):
That worked, thank you for the quick reply. 🙏