From 6bcf232fa6faa3a9d8de2c86e7ead6361560db87 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 7 Dec 2016 12:46:13 +0000 Subject: [PATCH] Update Webpack to fix source map issues --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 9a13efce14d..74acb73eecf 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -61,7 +61,7 @@ "strip-ansi": "3.0.1", "style-loader": "0.13.1", "url-loader": "0.5.7", - "webpack": "1.13.2", + "webpack": "1.14.0", "webpack-dev-server": "1.16.2", "webpack-manifest-plugin": "1.1.0", "webpack-subresource-integrity": "0.7.0",