添加测试环境配置
This commit is contained in:
14
angular.json
14
angular.json
@ -47,7 +47,7 @@
|
||||
"inject": false
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
"scripts": [
|
||||
"node_modules/quill/dist/quill.min.js",
|
||||
"node_modules/perfect-scrollbar/dist/perfect-scrollbar.js",
|
||||
@ -83,6 +83,18 @@
|
||||
"maximumError": "10mb"
|
||||
}]
|
||||
},
|
||||
"test": {
|
||||
"fileReplacements": [{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/eascs/environment.test.ts"
|
||||
}],
|
||||
"outputHashing": "all",
|
||||
"budgets": [{
|
||||
"type": "initial",
|
||||
"maximumWarning": "4mb",
|
||||
"maximumError": "10mb"
|
||||
}]
|
||||
},
|
||||
"development": {
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
|
||||
Reference in New Issue
Block a user