Skip to content

Commit

Permalink
fix(angular): replace Custom Angular Builder with Standard Angular CL…
Browse files Browse the repository at this point in the history
…I Builder (#50)
  • Loading branch information
JeevanMahesha authored Jan 9, 2025
1 parent 3d54fa1 commit 6d56092
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 194 deletions.
4 changes: 2 additions & 2 deletions angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"demo": {
"architect": {
"build": {
"builder": "@angular/build:application",
"builder": "@angular-devkit/build-angular:application",
"configurations": {
"development": {
"extractLicenses": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"serve": {
"builder": "@angular/build:dev-server",
"builder": "@@angular-devkit/build-angular:dev-server",
"configurations": {
"development": {
"buildTarget": "demo:build:development"
Expand Down
Loading

0 comments on commit 6d56092

Please sign in to comment.