refactor: remove unused fake environment

This commit is contained in:
Jovan Krunić
2022-02-08 19:00:27 +01:00
parent ea935232ab
commit 1727c0280f
8 changed files with 31 additions and 484 deletions

View File

@@ -101,32 +101,6 @@
}
],
"progress": false
},
"fake": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.fake.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
},
"defaultConfiguration": ""
@@ -143,9 +117,6 @@
"ci": {
"progress": false,
"browserTarget": "app:build"
},
"fake": {
"browserTarget": "app:build:fake"
}
}
},