fix(backend): use consistent webpack version

This commit is contained in:
Jason Jean 2019-11-29 14:33:33 -05:00 committed by Victor Savkin
parent ae38c8ce41
commit 0000266bc2

View File

@ -46,7 +46,7 @@
"tree-kill": "1.2.1",
"ts-loader": "5.4.5",
"tsconfig-paths-webpack-plugin": "3.2.0",
"webpack": "4.39.2",
"webpack": "4.41.2",
"webpack-dev-server": "3.9.0",
"webpack-node-externals": "1.7.2"
}