Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1dfcf0

Browse files
committed
Updated to v18
1 parent 80c60b2 commit f1dfcf0

File tree

4 files changed

+2600
-1846
lines changed

4 files changed

+2600
-1846
lines changed

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@
4848
"prefix": "app",
4949
"architect": {
5050
"build": {
51-
"builder": "@angular-devkit/build-angular:browser",
51+
"builder": "@angular-devkit/build-angular:application",
5252
"options": {
53-
"outputPath": "dist/demo_app",
53+
"outputPath": {
54+
"base": "dist/demo_app"
55+
},
5456
"index": "projects/demo_app/src/index.html",
55-
"main": "projects/demo_app/src/main.ts",
5657
"polyfills": [
5758
"zone.js"
5859
],
@@ -64,7 +65,8 @@
6465
"styles": [
6566
"projects/demo_app/src/styles.css"
6667
],
67-
"scripts": []
68+
"scripts": [],
69+
"browser": "projects/demo_app/src/main.ts"
6870
},
6971
"configurations": {
7072
"production": {
@@ -83,9 +85,7 @@
8385
"outputHashing": "all"
8486
},
8587
"development": {
86-
"buildOptimizer": false,
8788
"optimization": false,
88-
"vendorChunk": true,
8989
"extractLicenses": false,
9090
"sourceMap": true,
9191
"namedChunks": true

0 commit comments

Comments
 (0)