Skip to content

Commit 2dc3b52

Browse files
committed
update core and cli to v13
1 parent 1b905ac commit 2dc3b52

File tree

9 files changed

+15580
-24148
lines changed

9 files changed

+15580
-24148
lines changed

.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

angular.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"optimization": true,
5656
"outputHashing": "all",
5757
"sourceMap": false,
58-
"extractCss": true,
5958
"namedChunks": false,
6059
"extractLicenses": true,
6160
"vendorChunk": false,
@@ -118,19 +117,6 @@
118117
"scripts": []
119118
}
120119
},
121-
"lint": {
122-
"builder": "@angular-devkit/build-angular:tslint",
123-
"options": {
124-
"tsConfig": [
125-
"tsconfig.app.json",
126-
"tsconfig.spec.json",
127-
"e2e/tsconfig.json"
128-
],
129-
"exclude": [
130-
"**/node_modules/**"
131-
]
132-
}
133-
},
134120
"e2e": {
135121
"builder": "@angular-devkit/build-angular:protractor",
136122
"options": {

0 commit comments

Comments
 (0)