mirror of https://github.com/status-im/metro.git
[ReactNative] Update sane fork + FileWatcher config
This commit is contained in:
parent
fddc50b98b
commit
65103e0c63
|
@ -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…
Reference in New Issue