Skip to content

Commit db846c7

Browse files
committed
feat(webapp): upgrades angular version to 13.x
1 parent 6b618d4 commit db846c7

File tree

6 files changed

+17296
-7697
lines changed

6 files changed

+17296
-7697
lines changed

src/webapp/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

src/webapp/angular.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"optimization": true,
4848
"outputHashing": "all",
4949
"sourceMap": false,
50-
"extractCss": true,
5150
"namedChunks": false,
5251
"extractLicenses": true,
5352
"vendorChunk": false,
@@ -101,19 +100,6 @@
101100
"scripts": []
102101
}
103102
},
104-
"lint": {
105-
"builder": "@angular-devkit/build-angular:tslint",
106-
"options": {
107-
"tsConfig": [
108-
"tsconfig.app.json",
109-
"tsconfig.spec.json",
110-
"e2e/tsconfig.json"
111-
],
112-
"exclude": [
113-
"**/node_modules/**"
114-
]
115-
}
116-
},
117103
"e2e": {
118104
"builder": "@angular-devkit/build-angular:protractor",
119105
"options": {

0 commit comments

Comments
 (0)