remove superjson (#9811)
This commit is contained in:
@@ -35,12 +35,6 @@ cfg.resolver.resolveRequest = (context, moduleName, platform) => {
|
||||
if (moduleName === '@ipld/dag-cbor') {
|
||||
return context.resolveRequest(context, '@ipld/dag-cbor/src', platform)
|
||||
}
|
||||
if (moduleName === 'copy-anything') {
|
||||
return context.resolveRequest(context, 'copy-anything/dist', platform)
|
||||
}
|
||||
if (moduleName === 'is-what') {
|
||||
return context.resolveRequest(context, 'is-what/dist', platform)
|
||||
}
|
||||
if (process.env.BSKY_PROFILE) {
|
||||
if (moduleName.endsWith('ReactNativeRenderer-prod')) {
|
||||
return context.resolveRequest(
|
||||
|
||||
Reference in New Issue
Block a user