Skip to content

Commit 8c8a8c4

Browse files
committed
chore: update angular dependency
1 parent 5577ff6 commit 8c8a8c4

File tree

8 files changed

+4250
-5554
lines changed

8 files changed

+4250
-5554
lines changed

angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": true,
2625
"assets": [
2726
"src/favicon.ico",
2827
"src/assets"
@@ -32,7 +31,13 @@
3231
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
3332
"src/styles.scss"
3433
],
35-
"scripts": []
34+
"scripts": [],
35+
"vendorChunk": true,
36+
"extractLicenses": false,
37+
"buildOptimizer": false,
38+
"sourceMap": true,
39+
"optimization": false,
40+
"namedChunks": true
3641
},
3742
"configurations": {
3843
"production": {
@@ -62,7 +67,8 @@
6267
}
6368
]
6469
}
65-
}
70+
},
71+
"defaultConfiguration": ""
6672
},
6773
"serve": {
6874
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)