mirror of
https://github.com/status-im/metro.git
synced 2025-02-10 10:07:12 +00:00
[ReactNative] Update sane fork + FileWatcher config
This commit is contained in:
parent
fddc50b98b
commit
65103e0c63
2
react-packager/src/FileWatcher/index.js
vendored
2
react-packager/src/FileWatcher/index.js
vendored
@ -67,7 +67,7 @@ function createWatcher(rootConfig) {
|
||||
var watcher = new Watcher(rootConfig.dir, {
|
||||
glob: rootConfig.globs,
|
||||
dot: false,
|
||||
ignore: 'node_modules',
|
||||
ignore: '**/node_modules/**/*',
|
||||
});
|
||||
|
||||
return new Promise(function(resolve, reject) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user