Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit b3cacf0

Browse files
committed
refactor: ng update @angular/cli @angular/core @angular/material @angular/fire
1 parent e44cd8b commit b3cacf0

8 files changed

Lines changed: 13348 additions & 9556 deletions

File tree

angular.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"prefix": "dev",
1111
"schematics": {
1212
"@schematics/angular:component": {
13-
"styleext": "scss"
13+
"style": "scss"
1414
}
1515
},
1616
"architect": {
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"aot": false,
20+
"aot": true,
2121
"outputPath": "dist/dev-demo",
2222
"index": "src/index.html",
2323
"main": "src/main.ts",
@@ -45,7 +45,6 @@
4545
"sourceMap": false,
4646
"extractCss": true,
4747
"namedChunks": false,
48-
"aot": true,
4948
"extractLicenses": true,
5049
"vendorChunk": false,
5150
"buildOptimizer": true,
@@ -54,6 +53,10 @@
5453
"type": "initial",
5554
"maximumWarning": "2mb",
5655
"maximumError": "5mb"
56+
},
57+
{
58+
"type": "anyComponentStyle",
59+
"maximumWarning": "6kb"
5760
}
5861
]
5962
}
@@ -146,7 +149,7 @@
146149
"prefix": "dev",
147150
"schematics": {
148151
"@schematics/angular:component": {
149-
"styleext": "scss"
152+
"style": "scss"
150153
}
151154
},
152155
"architect": {
@@ -155,6 +158,11 @@
155158
"options": {
156159
"tsConfig": "projects/dev/tsconfig.lib.json",
157160
"project": "projects/dev/ng-package.json"
161+
},
162+
"configurations": {
163+
"production": {
164+
"tsConfig": "projects/dev/tsconfig.lib.prod.json"
165+
}
158166
}
159167
},
160168
"test": {
@@ -180,5 +188,8 @@
180188
}
181189
}
182190
},
183-
"defaultProject": "dev-demo"
184-
}
191+
"defaultProject": "dev-demo",
192+
"cli": {
193+
"analytics": "a80bb417-2132-4b22-83a1-b4c8c0c0a0af"
194+
}
195+
}

0 commit comments

Comments
 (0)