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
@@ -32,6 +32,6 @@
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "ES2019",
"types": ["node", "jest"]
"types": ["node", "jest", "webpack-env"]
}
}