From 444d190a6b54225b80a87f7def4233dd7e5ba680 Mon Sep 17 00:00:00 2001 From: toddtarsi Date: Fri, 30 Nov 2018 15:29:14 -0600 Subject: [PATCH] chore(latest): peerDependency on webpack 4 This throws issues in environments with Webpack 4 otherwise. Thanks for the great repo! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f45c90c..58e7e91 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Chi Vinh Le and contributors (https://github.com/wikiwi/value-loader/graphs/contributors)", "license": "MIT", "peerDependencies": { - "webpack": "^1.12.9 || ^2.0.0 || ^3.0.0" + "webpack": "^1.12.9 || ^2.0.0 || ^3.0.0 || ^4.0.0" }, "dependencies": { "loader-utils": "^0.2.16"