Skip to content

Commit

Permalink
Merge pull request #475 from banzaicloud/web/ng12
Browse files Browse the repository at this point in the history
[Web] Angular 12 update
  • Loading branch information
sagikazarmark authored May 13, 2021
2 parents 74411e8 + 3715613 commit cea1449
Show file tree
Hide file tree
Showing 9 changed files with 7,462 additions and 25,517 deletions.
10 changes: 7 additions & 3 deletions web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/web",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -34,7 +33,13 @@
"src/theme/tooltip.scss",
"src/theme/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -48,7 +53,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit cea1449

Please sign in to comment.