Skip to content

Commit

Permalink
Fix 'Unresolved dependencies' Rollup warning during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Nov 29, 2023
1 parent 701dcdd commit 3f01489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const globals = {
crypto: "crypto",
"@wry/context": "wryContext",
"@wry/trie": "wryTrie",
"@wry/caches": "wryCaches",
};

function external(id) {
Expand Down

0 comments on commit 3f01489

Please sign in to comment.