[react-packager] Update worker farm

Summary:
@public
Adds a couple of things:
* `autoStart` option, which warms up the worker farm as opposed to spin up children on demand
* worker-farm now passes properties on errors from children to parent (for line/col number in errors without resorting to hacks)

Test Plan:
* Run the server with --reset-cache
* things work
This commit is contained in:
Amjad Masad 2015-05-12 11:55:37 -07:00 committed by Christopher Chedeau
parent 92fc92835f
commit 4a137aa840
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "1.1.0",
"worker-farm": "^1.3.0",
"ws": "0.4.31",
"yargs": "1.3.2"
},