We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976a9da commit ee8aae9Copy full SHA for ee8aae9
2 files changed
package.json
@@ -59,7 +59,7 @@
59
"react-timer-mixin": "^0.13.1",
60
"react-tools": "0.13.2",
61
"rebound": "^0.0.12",
62
- "sane": "git://github.com/tadeuzagallo/sane.git#c2c8672928",
+ "sane": "git://github.com/tadeuzagallo/sane.git#a029f8b04a",
63
"source-map": "0.1.31",
64
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
65
"uglify-js": "~2.4.16",
packager/react-packager/src/FileWatcher/index.js
@@ -67,7 +67,7 @@ function createWatcher(rootConfig) {
67
var watcher = new Watcher(rootConfig.dir, {
68
glob: rootConfig.globs,
69
dot: false,
70
- ignore: './node_modules/**/*',
+ ignore: '**/node_modules/**/*',
71
});
72
73
return new Promise(function(resolve, reject) {
0 commit comments