Skip to content

Commit 7a47a71

Browse files
committed
Update to angular 12
1 parent 8ce8444 commit 7a47a71

4 files changed

Lines changed: 5590 additions & 4909 deletions

File tree

angular.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@
2626
"allowedCommonJsDependencies": [
2727
"rxjs"
2828
],
29-
"scripts": []
29+
"scripts": [],
30+
"aot": false,
31+
"vendorChunk": true,
32+
"extractLicenses": false,
33+
"buildOptimizer": false,
34+
"sourceMap": true,
35+
"optimization": false,
36+
"namedChunks": true
3037
},
3138
"configurations": {
3239
"production": {
@@ -45,7 +52,8 @@
4552
}
4653
]
4754
}
48-
}
55+
},
56+
"defaultConfiguration": ""
4957
},
5058
"serve": {
5159
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)