[ReactNative] Update sane fork + FileWatcher config

This commit is contained in:
Tadeu Zagallo 2015-05-28 13:29:08 -01:00
parent fddc50b98b
commit 65103e0c63
1 changed files with 1 additions and 1 deletions

View File

@ -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) {