Skip to content

Commit 9aeb529

Browse files
committed
chore: ng update @angular/cli@18
1 parent dd25f9d commit 9aeb529

File tree

4 files changed

+1503
-967
lines changed

4 files changed

+1503
-967
lines changed

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@
4040
"prefix": "app",
4141
"architect": {
4242
"build": {
43-
"builder": "@angular-devkit/build-angular:browser",
43+
"builder": "@angular-devkit/build-angular:application",
4444
"options": {
45-
"outputPath": "dist/my-app",
45+
"outputPath": {
46+
"base": "dist/my-app"
47+
},
4648
"index": "src/index.html",
47-
"main": "src/main.ts",
4849
"polyfills": ["zone.js"],
4950
"tsConfig": "tsconfig.app.json",
5051
"inlineStyleLanguage": "scss",
@@ -57,7 +58,8 @@
5758
"input": "src/styles/themes/dark.scss"
5859
}
5960
],
60-
"scripts": []
61+
"scripts": [],
62+
"browser": "src/main.ts"
6163
},
6264
"configurations": {
6365
"production": {
@@ -76,9 +78,7 @@
7678
"outputHashing": "all"
7779
},
7880
"development": {
79-
"buildOptimizer": false,
8081
"optimization": false,
81-
"vendorChunk": true,
8282
"extractLicenses": false,
8383
"sourceMap": true,
8484
"namedChunks": true

0 commit comments

Comments
 (0)