mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
12 lines
713 B
Diff
12 lines
713 B
Diff
diff --git a/node_modules/@react-native/community-cli-plugin/dist/utils/loadMetroConfig.js b/node_modules/@react-native/community-cli-plugin/dist/utils/loadMetroConfig.js
|
|
index c0749e1..bbcb97e 100644
|
|
--- a/node_modules/@react-native/community-cli-plugin/dist/utils/loadMetroConfig.js
|
|
+++ b/node_modules/@react-native/community-cli-plugin/dist/utils/loadMetroConfig.js
|
|
@@ -83,5 +83,6 @@ This warning will be removed in future (https://github.com/facebook/metro/issues
|
|
...options,
|
|
});
|
|
const overrideConfig = getOverrideConfig(ctx, config);
|
|
+ if (!overrideConfig.resolver.resolveRequest) delete overrideConfig.resolver.resolveRequest;
|
|
return (0, _metroConfig.mergeConfig)(config, overrideConfig);
|
|
}
|