From a038ea6f9310de25fc5ca62a928688a2f3b317d2 Mon Sep 17 00:00:00 2001 From: Leon Aves Date: Tue, 7 Feb 2017 10:55:21 +0000 Subject: [PATCH] Update loader-utils dependecy to ^0.2.16 Anything below 0.2.16 for loader-utils causes issues with webpack 2 (https://github.com/webpack/webpack/issues/3060#issuecomment-249382018 and I have replicated the issue) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 206713d8..a47accfb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "lib/index.js", "dependencies": { "find-cache-dir": "^0.1.1", - "loader-utils": "^0.2.11", + "loader-utils": "^0.2.16", "mkdirp": "^0.5.1", "object-assign": "^4.0.1" },