make forge a peer dependency #2

Merged
defunkt merged 1 commits from probablycorey/howl:forge into forge 2026-01-21 04:53:20 +00:00
Contributor

Bun's bundler was creating duplicate forge instances when howl had its own copy. This meant Howl components (Button, VStack, etc.) were registering styles in a different object than the app's components, so their styles went missing in production.

Moving forge to peerDependencies makes howl use the app's forge instance instead.

Bun's bundler was creating duplicate forge instances when howl had its own copy. This meant Howl components (Button, VStack, etc.) were registering styles in a different object than the app's components, so their styles went missing in production. Moving forge to peerDependencies makes howl use the app's forge instance instead.
probablycorey added 1 commit 2026-01-20 23:24:38 +00:00
fixes duplicate module instances when bundled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
defunkt merged commit 231513d511 into forge 2026-01-21 04:53:20 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: defunkt/howl#2
No description provided.