Skip to content

Commit

Permalink
chore(*): ng update @angular/core@18 @angular/cli@18
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov committed May 29, 2024
1 parent 774c928 commit 78150d0
Show file tree
Hide file tree
Showing 18 changed files with 5,201 additions and 4,385 deletions.
50 changes: 24 additions & 26 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/app",
"outputPath": {
"base": "dist/app"
},
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
"polyfills": [
"zone.js",
Expand All @@ -28,16 +29,15 @@
"src/styles.scss"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"optimization": false,
"namedChunks": true,
"sourceMap": true,
"progress": true,
"stylePreprocessorOptions": {
"includePaths": ["node_modules"]
}
},
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -51,8 +51,6 @@
"outputHashing": "all",
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"sourceMap": false,
"fileReplacements": [
{
Expand Down Expand Up @@ -125,12 +123,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/app-lob",
"outputPath": {
"base": "dist/app-lob"
},
"index": "projects/app-lob/src/index.html",
"main": "projects/app-lob/src/main.ts",
"polyfills": "projects/app-lob/src/polyfills.ts",
"polyfills": [
"projects/app-lob/src/polyfills.ts"
],
"tsConfig": "projects/app-lob/tsconfig.app.json",
"assets": [
"projects/app-lob/src/favicon.ico",
Expand All @@ -140,9 +141,7 @@
"projects/app-lob/src/styles.scss"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": {
"scripts": true,
"styles": true,
Expand All @@ -155,7 +154,8 @@
"stylePreprocessorOptions": {
"includePaths": ["node_modules"]
},
"preserveSymlinks": true
"preserveSymlinks": true,
"browser": "projects/app-lob/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -170,8 +170,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down Expand Up @@ -249,12 +247,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/app-crm",
"outputPath": {
"base": "dist/app-crm"
},
"index": "projects/app-crm/src/index.html",
"main": "projects/app-crm/src/main.ts",
"polyfills": "projects/app-crm/src/polyfills.ts",
"polyfills": [
"projects/app-crm/src/polyfills.ts"
],
"tsConfig": "projects/app-crm/tsconfig.app.json",
"assets": [
"projects/app-crm/src/favicon.ico",
Expand All @@ -264,9 +265,7 @@
"projects/app-crm/src/styles.scss"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": {
"scripts": true,
"styles": true,
Expand All @@ -278,7 +277,8 @@
"namedChunks": true,
"stylePreprocessorOptions": {
"includePaths": ["node_modules"]
}
},
"browser": "projects/app-crm/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -293,8 +293,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 78150d0

Please sign in to comment.