@angular/cli migration - update-angular-config-v13

Remove deprecated options from 'angular.json' that are no longer present in v13.
This commit is contained in:
Phillip Kühne 2022-09-24 02:51:08 +02:00
parent 2b4cabcb98
commit abc06d3181
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -51,7 +51,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
@ -113,19 +112,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {