mirror of
https://github.com/status-im/metro.git
synced 2025-03-01 19:20:40 +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, {
|
var watcher = new Watcher(rootConfig.dir, {
|
||||||
glob: rootConfig.globs,
|
glob: rootConfig.globs,
|
||||||
dot: false,
|
dot: false,
|
||||||
ignore: 'node_modules',
|
ignore: '**/node_modules/**/*',
|
||||||
});
|
});
|
||||||
|
|
||||||
return new Promise(function(resolve, reject) {
|
return new Promise(function(resolve, reject) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user