Skip to content

Commit

Permalink
chore(demo): upgrade to angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
RaschidJFR committed Aug 8, 2021
1 parent 1510f89 commit 53ff3bf
Show file tree
Hide file tree
Showing 6 changed files with 3,332 additions and 3,769 deletions.
12 changes: 8 additions & 4 deletions demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"preserveSymlinks": true,
"outputPath": "www",
"index": "src/index.html",
Expand Down Expand Up @@ -48,7 +47,12 @@
"styles": true,
"scripts": true,
"vendor": true
}
},
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -62,7 +66,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -87,7 +90,8 @@
],
"progress": false
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 53ff3bf

Please sign in to comment.