Skip to content

Commit

Permalink
Patches watchpack
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed May 20, 2022
1 parent 8304e22 commit c4a2f64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .yarn/patches/watchpack-npm-2.3.1-89e7852543.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/lib/watchpack.js b/lib/watchpack.js
index ddc9138c2ea369334768bae1ce6722b3256fe091..48bcb3af554e39657006c1a776b06030790d1d67 100644
--- a/lib/watchpack.js
+++ b/lib/watchpack.js
@@ -49,7 +49,7 @@ const ignoredToFunction = ignored => {

const normalizeOptions = options => {
return {
- followSymlinks: !!options.followSymlinks,
+ followSymlinks: true,
ignored: ignoredToFunction(options.ignored),
poll: options.poll
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"resolutions": {
"card-validator": "8.1.1",
"@react-native-picker/picker": "1.16.8",
"extract-files": "6.0.0"
"extract-files": "6.0.0",
"watchpack@2.3.1": "patch:watchpack@npm:2.3.1#.yarn/patches/watchpack-npm-2.3.1-89e7852543.patch"
}
}

0 comments on commit c4a2f64

Please sign in to comment.