Skip to content

Commit 23f4f61

Browse files
davidelcheikhDavid Elcheikh
and
David Elcheikh
authored
Feature: Angular Version 18 Upgrade (#16)
* upgrade angular to v18-lts * update dependencies * update npm package version --------- Co-authored-by: David Elcheikh <[email protected]>
1 parent fc3e1c5 commit 23f4f61

File tree

7 files changed

+5259
-4995
lines changed

7 files changed

+5259
-4995
lines changed

ngrx-http-tracking/angular.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,22 @@
1818
"prefix": "app",
1919
"architect": {
2020
"build": {
21-
"builder": "@angular-devkit/build-angular:browser",
21+
"builder": "@angular-devkit/build-angular:application",
2222
"options": {
23-
"outputPath": "../docs",
23+
"outputPath": {
24+
"base": "../docs"
25+
},
2426
"baseHref": "https://acandylevey.github.io/ngrx-http-tracking/",
2527
"index": "projects/demo/src/index.html",
26-
"main": "projects/demo/src/main.ts",
27-
"polyfills": "projects/demo/src/polyfills.ts",
28+
"polyfills": [
29+
"projects/demo/src/polyfills.ts"
30+
],
2831
"tsConfig": "projects/demo/tsconfig.app.json",
2932
"inlineStyleLanguage": "scss",
3033
"assets": ["projects/demo/src/favicon.ico", "projects/demo/src/assets"],
3134
"styles": ["projects/demo/src/styles.scss"],
32-
"scripts": []
35+
"scripts": [],
36+
"browser": "projects/demo/src/main.ts"
3337
},
3438
"configurations": {
3539
"production": {
@@ -54,9 +58,7 @@
5458
"outputHashing": "all"
5559
},
5660
"development": {
57-
"buildOptimizer": false,
5861
"optimization": false,
59-
"vendorChunk": true,
6062
"extractLicenses": false,
6163
"sourceMap": true,
6264
"namedChunks": true

0 commit comments

Comments
 (0)