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

"original.line and original.column are not numbers" when using NPM #14
This commit is contained in:
suvichak 2018-02-20 14:44:26 +07:00 committed by Vladimir Krivosheev
parent 0cf4baedc7
commit a6ef4b77fa

View file

@ -16,5 +16,8 @@
"electron-builder": "^19.56.0",
"electron-webpack": "1.12.1",
"webpack": "^3.10.0"
},
"resolutions": {
"webpack-sources": "1.0.1"
}
}