Skip to content

Commit

Permalink
fix: @caravan/bitcoin shouldn't be noExternal (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 authored Nov 14, 2024
1 parent 2409a75 commit 480761b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-pigs-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@caravan/wallets": patch
---

fix an issue where caravan/bitcoin couldn't be pre-bundled
2 changes: 1 addition & 1 deletion packages/caravan-wallets/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export default defineConfig({
external: ["bitbox-api"],
// noExternal makes sure that certain packages are bundled
// in the final package rather than independently installed
noExternal: ["@caravan/psbt", "@caravan/bitcoin"],
noExternal: ["@caravan/psbt"],
});

0 comments on commit 480761b

Please sign in to comment.