Skip to content

Commit

Permalink
migration to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Jun 27, 2024
1 parent daf04fe commit d597a6a
Show file tree
Hide file tree
Showing 6 changed files with 1,205 additions and 6,113 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "dsw",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist",
Expand Down Expand Up @@ -91,7 +91,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "dsw:build:production"
Expand All @@ -103,13 +103,13 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "dsw:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "@angular/build:karma",
"options": {
"polyfills": [
"zone.js",
Expand Down
Loading

0 comments on commit d597a6a

Please sign in to comment.