Browse Source

fix: pin webpack-sources version until upstream bug not fixed

"original.line and original.column are not numbers" when using NPM #14
suvichak 7 years ago
parent
commit
a6ef4b77fa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
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"
   }
 }