feat(angular.json): enhance production and homo configurations with optimization and license extraction
This commit is contained in:
parent
c486131905
commit
755d6a9903
|
|
@ -47,6 +47,9 @@
|
|||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"optimization": true,
|
||||
"extractLicenses": true,
|
||||
"sourceMap": false,
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
|
|
@ -84,6 +87,9 @@
|
|||
]
|
||||
},
|
||||
"homo": {
|
||||
"optimization": true,
|
||||
"extractLicenses": true,
|
||||
"sourceMap": false,
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue