Skip to content

Commit e4e7d77

Browse files
committed
feat: upgrade to angular 18
1 parent 9c6218c commit e4e7d77

File tree

4 files changed

+8292
-8680
lines changed

4 files changed

+8292
-8680
lines changed

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
"prefix": "app",
4545
"architect": {
4646
"build": {
47-
"builder": "@angular-devkit/build-angular:browser",
47+
"builder": "@angular-devkit/build-angular:application",
4848
"options": {
49-
"outputPath": "dist/ngx-error-pages-example-app",
49+
"outputPath": {
50+
"base": "dist/ngx-error-pages-example-app"
51+
},
5052
"index": "projects/ngx-error-pages-example-app/src/index.html",
51-
"main": "projects/ngx-error-pages-example-app/src/main.ts",
5253
"polyfills": [
5354
"zone.js"
5455
],
@@ -60,7 +61,8 @@
6061
"styles": [
6162
"projects/ngx-error-pages-example-app/src/styles.css"
6263
],
63-
"scripts": []
64+
"scripts": [],
65+
"browser": "projects/ngx-error-pages-example-app/src/main.ts"
6466
},
6567
"configurations": {
6668
"production": {
@@ -79,9 +81,7 @@
7981
"outputHashing": "all"
8082
},
8183
"development": {
82-
"buildOptimizer": false,
8384
"optimization": false,
84-
"vendorChunk": true,
8585
"extractLicenses": false,
8686
"sourceMap": true,
8787
"namedChunks": true

0 commit comments

Comments
 (0)