Skip to content

Commit

Permalink
fix: @caravan/bitcoin shouldn't be noExternal
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Nov 14, 2024
1 parent 2409a75 commit 109f7ba
Showing 1 changed file with 1 addition and 1 deletion.
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 109f7ba

Please sign in to comment.