From 4dc0163932f0dca0d187760bbbd052992ce1df06 Mon Sep 17 00:00:00 2001 From: Craig Dennis Date: Tue, 20 Sep 2016 14:42:44 +0100 Subject: [PATCH] Fix #1720: Specify absolute version of Webpack (#1721) Webpack `2.1.0-beta.23` has breaking changes related to the configuration structure, so forcing `2.1.0-beta.22` as a temporary fix by removing the `^`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40584a5..7a23de5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "sass-loader": "^4.0.2", "style-loader": "^0.13.1", "url-loader": "^0.5.7", - "webpack": "^2.1.0-beta.22", + "webpack": "2.1.0-beta.22", "webpack-dev-middleware": "^1.7.0", "webpack-hot-middleware": "^2.12.2" },