Skip to content

Commit fcfac8c

Browse files
authored
Angular 18 upgrade (#5)
1 parent 4bb425d commit fcfac8c

File tree

5 files changed

+4146
-2811
lines changed

5 files changed

+4146
-2811
lines changed

angular.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@
4646
"prefix": "app",
4747
"architect": {
4848
"build": {
49-
"builder": "@angular-devkit/build-angular:browser",
49+
"builder": "@angular-devkit/build-angular:application",
5050
"options": {
51-
"outputPath": "dist/test-app",
51+
"outputPath": {
52+
"base": "dist/test-app"
53+
},
5254
"index": "projects/test-app/src/index.html",
53-
"main": "projects/test-app/src/main.ts",
54-
"polyfills": "projects/test-app/src/polyfills.ts",
55+
"polyfills": [
56+
"projects/test-app/src/polyfills.ts"
57+
],
5558
"tsConfig": "projects/test-app/tsconfig.app.json",
5659
"inlineStyleLanguage": "scss",
5760
"assets": [
@@ -61,7 +64,8 @@
6164
"styles": [
6265
"projects/test-app/src/styles.scss"
6366
],
64-
"scripts": []
67+
"scripts": [],
68+
"browser": "projects/test-app/src/main.ts"
6569
},
6670
"configurations": {
6771
"production": {
@@ -86,9 +90,7 @@
8690
"outputHashing": "all"
8791
},
8892
"development": {
89-
"buildOptimizer": false,
9093
"optimization": false,
91-
"vendorChunk": true,
9294
"extractLicenses": false,
9395
"sourceMap": true,
9496
"namedChunks": true

0 commit comments

Comments
 (0)