From a6ef4b77fa78f4156c8ba5a94f31af2fb1923e57 Mon Sep 17 00:00:00 2001 From: suvichak Date: Tue, 20 Feb 2018 14:44:26 +0700 Subject: [PATCH] fix: pin webpack-sources version until upstream bug not fixed "original.line and original.column are not numbers" when using NPM #14 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index fa912b5..7d966ed 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "electron-builder": "^19.56.0", "electron-webpack": "1.12.1", "webpack": "^3.10.0" + }, + "resolutions": { + "webpack-sources": "1.0.1" } }