Skip to content

Commit

Permalink
feat: update to Angular 12 (akveo#5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Jun 27, 2021
1 parent 7b2be34 commit 080830a
Show file tree
Hide file tree
Showing 7 changed files with 13,503 additions and 13,157 deletions.
16 changes: 10 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"preserveSymlinks": true,
"outputPath": "dist",
"index": "src/index.html",
Expand Down Expand Up @@ -56,9 +55,14 @@
"echarts",
"lodash",
"zrender/lib/svg/svg",
"zrender/lib/vml/vml",
"style-loader!leaflet/dist/leaflet.css"
]
"zrender/lib/vml/vml"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -72,7 +76,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -83,7 +86,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 080830a

Please sign in to comment.