Skip to content

Commit 4bf0db6

Browse files
committed
Update to Angular 9
1 parent 4bf3079 commit 4bf0db6

8 files changed

Lines changed: 8758 additions & 6218 deletions

File tree

src/Web/WebSPA/Client/angular.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
},
2828
"configurations": {
2929
"production": {
30+
"budgets": [
31+
{
32+
"type": "anyComponentStyle",
33+
"maximumWarning": "6kb"
34+
}
35+
],
3036
"optimization": true,
3137
"outputHashing": "all",
3238
"sourceMap": false,
@@ -119,7 +125,7 @@
119125
"schematics": {
120126
"@schematics/angular:component": {
121127
"prefix": "app",
122-
"styleext": "scss"
128+
"style": "scss"
123129
},
124130
"@schematics/angular:directive": {
125131
"prefix": "app"

0 commit comments

Comments
 (0)