Skip to content

Commit bacd643

Browse files
committed
upgrade to Angular 12
1 parent 5485b99 commit bacd643

File tree

6 files changed

+6725
-7933
lines changed

6 files changed

+6725
-7933
lines changed

angular.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14-
"aot": true,
1514
"outputPath": "dist",
1615
"index": "src/index.html",
1716
"main": "src/main.ts",
@@ -24,7 +23,13 @@
2423
"styles": [
2524
"src/styles.scss"
2625
],
27-
"scripts": []
26+
"scripts": [],
27+
"vendorChunk": true,
28+
"extractLicenses": false,
29+
"buildOptimizer": false,
30+
"sourceMap": true,
31+
"optimization": false,
32+
"namedChunks": true
2833
},
2934
"configurations": {
3035
"production": {
@@ -38,7 +43,6 @@
3843
"outputHashing": "all",
3944
"sourceMap": false,
4045
"namedChunks": false,
41-
"aot": true,
4246
"extractLicenses": true,
4347
"vendorChunk": false,
4448
"buildOptimizer": true,

0 commit comments

Comments
 (0)