Skip to content

Commit eac74f5

Browse files
committed
upgrade to Angular 12
1 parent 83752cf commit eac74f5

File tree

7 files changed

+6439
-7320
lines changed

7 files changed

+6439
-7320
lines changed

angular.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"aot": true,
1716
"outputPath": "dist/angular-course",
1817
"index": "src/index.html",
1918
"main": "src/main.ts",
@@ -35,7 +34,13 @@
3534
"input": "node_modules/document-register-element/build/document-register-element.js",
3635
"inject": true
3736
}
38-
]
37+
],
38+
"vendorChunk": true,
39+
"extractLicenses": false,
40+
"buildOptimizer": false,
41+
"sourceMap": true,
42+
"optimization": false,
43+
"namedChunks": true
3944
},
4045
"configurations": {
4146
"production": {
@@ -55,7 +60,6 @@
5560
"outputHashing": "all",
5661
"sourceMap": false,
5762
"namedChunks": false,
58-
"aot": true,
5963
"extractLicenses": true,
6064
"vendorChunk": false,
6165
"buildOptimizer": true

0 commit comments

Comments
 (0)