Skip to content

Commit

Permalink
Merge 38b528e into 3481e23
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jan 9, 2024
2 parents 3481e23 + 38b528e commit d4b7d74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webapp/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ const overridedConfig = override(
__dirname,
'node_modules/decentraland-connect/node_modules/@walletconnect'
),
path.resolve(
__dirname,
'node_modules/decentraland-connect/node_modules/ethers'
),
path.resolve('node_modules/@metamask/utils/node_modules/superstruct'),
path.resolve(__dirname, 'node_modules/@walletconnect'),
path.resolve(__dirname, 'node_modules/@dcl/single-sign-on-client'),
Expand All @@ -26,7 +30,7 @@ const jestConfig = config => {
]
config.moduleNameMapper = {
...config.moduleNameMapper,
'@dcl/single-sign-on-client': 'identity-obj-proxy',
'@dcl/single-sign-on-client': 'identity-obj-proxy'
}
return config
}
Expand Down

0 comments on commit d4b7d74

Please sign in to comment.