Skip to content

Commit bced386

Browse files
authored
Upgrade (#28)
* Upgrade to angular 11 * Upgrade to angular 12
1 parent 8152719 commit bced386

15 files changed

+6153
-6136
lines changed

angular.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": true,
2625
"assets": [
2726
"src/favicon.ico",
2827
"src/assets"
@@ -31,7 +30,13 @@
3130
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
3231
"src/styles.css"
3332
],
34-
"scripts": []
33+
"scripts": [],
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3540
},
3641
"configurations": {
3742
"production": {
@@ -44,7 +49,6 @@
4449
"optimization": true,
4550
"outputHashing": "all",
4651
"sourceMap": false,
47-
"extractCss": true,
4852
"namedChunks": false,
4953
"extractLicenses": true,
5054
"vendorChunk": false,
@@ -62,7 +66,8 @@
6266
}
6367
]
6468
}
65-
}
69+
},
70+
"defaultConfiguration": ""
6671
},
6772
"serve": {
6873
"builder": "@angular-devkit/build-angular:dev-server",

e2e/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* To learn more about this file see: https://angular.io/config/tsconfig. */
22
{
3-
"extends": "../tsconfig.base.json",
3+
"extends": "../tsconfig.json",
44
"compilerOptions": {
55
"outDir": "../out-tsc/e2e",
66
"module": "commonjs",

0 commit comments

Comments
 (0)