Skip to content

Commit

Permalink
Upgrade to ng17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Jul 29, 2024
1 parent bb5a684 commit 54f41d5
Show file tree
Hide file tree
Showing 3 changed files with 3,522 additions and 2,805 deletions.
15 changes: 8 additions & 7 deletions src/Web/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "CleanArchitecture.Web:build:production"
"buildTarget": "CleanArchitecture.Web:build:production"
},
"development": {
"browserTarget": "CleanArchitecture.Web:build:development",
"proxyConfig": "proxy.conf.js"
"proxyConfig": "proxy.conf.js",
"buildTarget": "CleanArchitecture.Web:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "CleanArchitecture.Web:build"
"buildTarget": "CleanArchitecture.Web:build"
}
},
"test": {
Expand Down Expand Up @@ -116,22 +116,23 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": true
"vendorChunk": true,
"buildOptimizer": true
},
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false
"vendorChunk": false,
"buildOptimizer": true
}
}
}
}
}
},
"defaultProject": "CleanArchitecture.Web",
"cli": {
"analytics": false
}
Expand Down
Loading

0 comments on commit 54f41d5

Please sign in to comment.