From cfada8dd4e6b52a011dd2226bb956df334b1933f Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 6 Sep 2016 08:50:09 -0500 Subject: [PATCH] Bump case-sensitive-paths-webpack-plugin version Resolves an issue that can occur in certain situations that causes a build error when user has CDed into an incorrectly cased directory. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6bf6f384ab..a8c0df94980 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "babel-preset-latest": "6.14.0", "babel-preset-react": "6.11.1", "babel-runtime": "6.11.6", - "case-sensitive-paths-webpack-plugin": "1.1.3", + "case-sensitive-paths-webpack-plugin": "1.1.4", "chalk": "1.1.3", "connect-history-api-fallback": "1.3.0", "cross-spawn": "4.0.0",