refactor(cli): split out bundling config for BE

This commit is contained in:
Ivan Shmidt
2020-06-15 23:11:10 +02:00
parent 417a4d538e
commit 404bc724fb
9 changed files with 152 additions and 49 deletions
+1 -1
View File
@@ -28,6 +28,7 @@
},
"dependencies": {
"@types/stoppable": "^1.1.0",
"@types/webpack-env": "^1.15.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
@@ -44,7 +45,6 @@
"@types/http-errors": "^1.6.3",
"@types/morgan": "^1.9.0",
"@types/supertest": "^2.0.8",
"@types/webpack-env": "^1.15.2",
"@types/yaml": "^1.9.7",
"get-port": "^5.1.1",
"http-errors": "^1.7.3",