We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cf2c9 commit 4bea110Copy full SHA for 4bea110
1 file changed
packages/repack/src/plugins/RepackTargetPlugin/RepackTargetPlugin.ts
@@ -93,7 +93,7 @@ export class RepackTargetPlugin implements RspackPluginInstance {
93
94
// Ensure single instance of asset registry is used at all times
95
new compiler.webpack.NormalModuleReplacementPlugin(
96
- /@react-native.*?([/\\]+)assets-registry[/\\]registry\.js$/,
+ /@react-native.*?([/\\]+)assets-registry([/\\]+)registry\.js$/,
97
(resource) => {
98
// prevent including the proxy module itself
99
if (resource.contextInfo.issuer !== assetsRegistryProxyPath) {
0 commit comments