Skip to content

Commit

Permalink
Merge pull request #5 from alexfriesen/angular-18
Browse files Browse the repository at this point in the history
update to angular 18
  • Loading branch information
alexfriesen authored May 23, 2024
2 parents 59b390d + a538a2d commit d9351ab
Show file tree
Hide file tree
Showing 5 changed files with 1,314 additions and 6,443 deletions.
9 changes: 6 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/pdf-tools",
"index": "src/index.html",
Expand Down Expand Up @@ -60,7 +60,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "pdf-tools:build:production"
Expand All @@ -72,12 +72,15 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "pdf-tools:build"
}
}
}
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit d9351ab

Please sign in to comment.