[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:
parent
92fc92835f
commit
4a137aa840
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue