From 82b498017dc0d14c18d0502ba52663380c733693 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 11 Feb 2016 15:01:32 +0000 Subject: [PATCH] Bumb webpack micro version (although it would have installed the latest micro version anyway) to maybe get a webpack that doesn't throw stack depth errors. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06895de1b..7081b6730 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "parallelshell": "^1.2.0", "rimraf": "^2.4.3", "source-map-loader": "^0.1.5", - "webpack": "^1.12.6" + "webpack": "^1.12.13" } }