From 4a137aa840f7c50fa23d4421a4d13f91dbd0c7db Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Tue, 12 May 2015 11:55:37 -0700 Subject: [PATCH] [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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b76d688a..2723a8d26 100644 --- a/package.json +++ b/package.json @@ -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" },