Skip to content

Commit

Permalink
Update to angular 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacfarlane committed May 30, 2021
1 parent 29f7314 commit a75dcc9
Show file tree
Hide file tree
Showing 10 changed files with 18,295 additions and 19,290 deletions.
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/demo-app",
"index": "projects/demo-app/src/index.html",
"main": "projects/demo-app/src/main.ts",
Expand All @@ -66,7 +65,13 @@
"styles": [
"projects/demo-app/src/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -80,7 +85,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit a75dcc9

Please sign in to comment.