From ce80b82ab3948ee3933d51386113c553812d76ea Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Mon, 9 Apr 2018 13:53:02 +0100 Subject: [PATCH] Bump source-map-loader version to avoid bug /w inline base64 maps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32e5f0501..cf9f4e60fc 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "require-json": "0.0.1", "rimraf": "^2.4.3", "sinon": "^1.17.3", - "source-map-loader": "^0.1.5", + "source-map-loader": "^0.2.3", "walk": "^2.3.9", "webpack": "^1.12.14" }