Skip to content

Commit

Permalink
chore: update the config-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 24, 2023
1 parent 5b6ddc0 commit cd223f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ const jestConfig = config => {
'node_modules/?!@0xsquid|eccrypto|libsodium-wrappers-sumo'
]
config.moduleNameMapper = {
...config.moduleNameMapper,
'@dcl/single-sign-on-client': 'identity-obj-proxy',
'^react-native$': 'react-native-web',
'^.+\\.module\\.(css|sass|scss)$': 'identity-obj-proxy'
}
return config
}
Expand Down

0 comments on commit cd223f1

Please sign in to comment.