Skip to content

Commit 7d606cc

Browse files
committed
Merge branch 'main' of https://github.com/Microsoft/react-native-windows into integrate3.0
2 parents dc01d2e + 24e09cf commit 7d606cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/templates/cpp-lib/example/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config = {
3333
// We need to make sure that only one version is loaded for peerDependencies
3434
// So we block them at the root, and alias them to the versions in example's node_modules
3535
resolver: {
36-
blacklistRE: exclusionList(
36+
blocklistRE: exclusionList(
3737
modules.map(
3838
(m) =>
3939
new RegExp(`^${escape(path.join(root, 'node_modules', m))}\\/.*$`)

0 commit comments

Comments
 (0)