Skip to content

Commit

Permalink
chore(deps): Add angular ^18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 23, 2024
1 parent 8ccba22 commit cfbb577
Show file tree
Hide file tree
Showing 4 changed files with 2,342 additions and 1,977 deletions.
20 changes: 8 additions & 12 deletions front/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/package",
"outputPath": {
"base": "dist/package",
"browser": ""
},
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"aot": true,
"inlineStyleLanguage": "scss",
"baseHref": "/my-context/path/",
"preserveSymlinks": true,
Expand Down Expand Up @@ -64,12 +66,9 @@
"progress": false
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand All @@ -91,10 +90,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "front:build"
}
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand Down
Loading

0 comments on commit cfbb577

Please sign in to comment.