Skip to content

Commit

Permalink
build: update to angular v18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Sep 1, 2024
1 parent 1acf745 commit 44bb5c1
Show file tree
Hide file tree
Showing 15 changed files with 4,889 additions and 5,062 deletions.
25 changes: 13 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
"tsConfig": "projects/demo/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
{
"glob": "**/*",
"input": "projects/demo/public"
}
],
"styles": [
"projects/demo/src/styles.scss"
Expand All @@ -81,13 +83,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "2kB",
"maximumError": "4kB"
}
],
"outputHashing": "all"
Expand All @@ -113,10 +115,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "demo:build"
}
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand All @@ -128,8 +127,10 @@
"tsConfig": "projects/demo/tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
{
"glob": "**/*",
"input": "projects/demo/public"
}
],
"styles": [
"projects/demo/src/styles.scss"
Expand Down
Loading

0 comments on commit 44bb5c1

Please sign in to comment.