Skip to content

Commit

Permalink
ng update @angular/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherNajar committed Nov 22, 2024
1 parent 6ae1c60 commit aa8856c
Show file tree
Hide file tree
Showing 30 changed files with 3,763 additions and 2,304 deletions.
21 changes: 10 additions & 11 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "public",
"outputPath": {
"base": "public"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -29,12 +32,11 @@
"src/styles.css"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -49,8 +51,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand All @@ -63,8 +63,7 @@
"maximumError": "10kb"
}
],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
"serviceWorker": "ngsw-config.json"
},
"local": {
"fileReplacements": [
Expand Down
Loading

0 comments on commit aa8856c

Please sign in to comment.