Update electron-webpack and webpack

The old version of webpack takes a long time and then runs out of memory
when I add media library assets in `src/static`. The new version handles
it OK.
This commit is contained in:
Christopher Willis-Ford 2018-10-17 17:22:34 -07:00
parent 99b172d893
commit 25c0954b94
2 changed files with 250 additions and 263 deletions

509
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@
"electron": "^3.0.2",
"electron-builder": "^20.28.1",
"electron-devtools-installer": "^2.2.4",
"electron-webpack": "^2.1.2",
"electron-webpack": "^2.3.1",
"eslint": "^5.0.1",
"eslint-config-scratch": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
@ -33,7 +33,7 @@
"react-redux": "5.0.7",
"redux": "3.7.2",
"scratch-gui": "0.1.0-prerelease.20180927141400",
"webpack": "^4.8.3"
"webpack": "^4.21.0"
},
"resolutions": {
"upath": "^1.0.5"