mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 14:12:05 -05:00
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:
parent
0cf4baedc7
commit
a6ef4b77fa
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@
|
||||||
"electron-builder": "^19.56.0",
|
"electron-builder": "^19.56.0",
|
||||||
"electron-webpack": "1.12.1",
|
"electron-webpack": "1.12.1",
|
||||||
"webpack": "^3.10.0"
|
"webpack": "^3.10.0"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"webpack-sources": "1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue