Skip to content

Commit 080830a

Browse files
authored
feat: update to Angular 12 (#5868)
1 parent 7b2be34 commit 080830a

File tree

7 files changed

+13503
-13157
lines changed

7 files changed

+13503
-13157
lines changed

angular.json

Lines changed: 10 additions & 6 deletions
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
"preserveSymlinks": true,
1615
"outputPath": "dist",
1716
"index": "src/index.html",
@@ -56,9 +55,14 @@
5655
"echarts",
5756
"lodash",
5857
"zrender/lib/svg/svg",
59-
"zrender/lib/vml/vml",
60-
"style-loader!leaflet/dist/leaflet.css"
61-
]
58+
"zrender/lib/vml/vml"
59+
],
60+
"vendorChunk": true,
61+
"extractLicenses": false,
62+
"buildOptimizer": false,
63+
"sourceMap": true,
64+
"optimization": false,
65+
"namedChunks": true
6266
},
6367
"configurations": {
6468
"production": {
@@ -72,7 +76,6 @@
7276
"outputHashing": "all",
7377
"sourceMap": false,
7478
"namedChunks": false,
75-
"aot": true,
7679
"extractLicenses": true,
7780
"vendorChunk": false,
7881
"buildOptimizer": true,
@@ -83,7 +86,8 @@
8386
}
8487
]
8588
}
86-
}
89+
},
90+
"defaultConfiguration": ""
8791
},
8892
"serve": {
8993
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)