Skip to content

Commit 480c1c4

Browse files
committed
angular 11 update
1 parent 15cbab4 commit 480c1c4

19 files changed

+2829
-3884
lines changed

carrental-web/src/angular/carrental/angular.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"production": {
4949
"budgets": [
50-
{
50+
{
5151
"type": "initial",
5252
"maximumWarning": "2mb",
5353
"maximumError": "5mb"
@@ -63,17 +63,16 @@
6363
"with": "src/environments/environment.prod.ts"
6464
}
6565
],
66-
"baseHref" : "/carrental-web",
66+
"baseHref": "/carrental-web",
6767
"optimization": true,
6868
"outputHashing": "all",
6969
"sourceMap": false,
70-
"extractCss": true,
7170
"namedChunks": false,
7271
"localize": true,
7372
"aot": true,
7473
"extractLicenses": true,
7574
"vendorChunk": false,
76-
"buildOptimizer": true
75+
"buildOptimizer": true
7776
}
7877
}
7978
},

carrental-web/src/angular/carrental/e2e/tsconfig.e2e.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.base.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"module": "commonjs",

0 commit comments

Comments
 (0)