Skip to content

Commit

Permalink
Merge pull request #28 from ravendb/feature/Angular12_update
Browse files Browse the repository at this point in the history
Angular upgraded to v12
  • Loading branch information
AKlaus authored May 27, 2021
2 parents fa33987 + a2d329a commit c8be13d
Show file tree
Hide file tree
Showing 7 changed files with 3,582 additions and 4,784 deletions.
12 changes: 7 additions & 5 deletions front-end/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/safari-pinned-tab.svg",
"src/assets"
Expand All @@ -38,7 +37,13 @@
"src/styles/"
]
},
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -50,10 +55,7 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": true,
"namedChunks": false,
"extractLicenses": false,
"vendorChunk": true,
"buildOptimizer": true,
"budgets": [
{
Expand Down
Loading

0 comments on commit c8be13d

Please sign in to comment.