Skip to content

Commit

Permalink
🔧 metro: ignore light-account
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalat committed Dec 26, 2023
1 parent 4d1d0d6 commit 7bb434c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ module.exports = {
resolver: {
...defaultConfig.resolver,
sourceExts: [...(defaultConfig.resolver?.sourceExts ?? []), "mjs"],
blockList: [
...(Array.isArray(defaultConfig.resolver.blockList)
? defaultConfig.resolver.blockList
: [defaultConfig.resolver.blockList]),
/\/contracts\/lib\/light-account/,
],
},
};

0 comments on commit 7bb434c

Please sign in to comment.