Skip to content

Commit a624c3b

Browse files
committed
ng update @angular/core@18 @angular/cli@18
1 parent 6bb61ef commit a624c3b

File tree

5 files changed

+4805
-3438
lines changed

5 files changed

+4805
-3438
lines changed

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/github-actions-usage-report",
20+
"outputPath": {
21+
"base": "dist/github-actions-usage-report"
22+
},
2123
"index": "src/index.html",
22-
"main": "src/main.ts",
2324
"polyfills": [
2425
"zone.js"
2526
],
@@ -36,7 +37,8 @@
3637
"scripts": [],
3738
"allowedCommonJsDependencies": [
3839
"highcharts"
39-
]
40+
],
41+
"browser": "src/main.ts"
4042
},
4143
"configurations": {
4244
"production": {
@@ -55,9 +57,7 @@
5557
"outputHashing": "all"
5658
},
5759
"development": {
58-
"buildOptimizer": false,
5960
"optimization": false,
60-
"vendorChunk": true,
6161
"extractLicenses": false,
6262
"sourceMap": true,
6363
"namedChunks": true

0 commit comments

Comments
 (0)