[react-packager] Pick up package changes while running

This commit is contained in:
Amjad Masad
2015-03-23 11:36:20 -07:00
parent ac8cd5a5d0
commit a6b154332b
4 changed files with 57 additions and 32 deletions

View File

@@ -67,7 +67,7 @@ function Server(options) {
this._debouncedFileChangeHandler = _.debounce(function(filePath) {
self._rebuildPackages(filePath);
self._informChangeWatchers();
}, 50, true);
}, 50);
}
Server.prototype._onFileChange = function(type, filepath, root) {