Skip to content

Commit 41f0f14

Browse files
angular update
1 parent 821d4b4 commit 41f0f14

File tree

6 files changed

+4680
-4875
lines changed

6 files changed

+4680
-4875
lines changed

angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@
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"
2928
],
3029
"styles": [
3130
"src/styles.scss"
3231
],
33-
"scripts": []
32+
"scripts": [],
33+
"vendorChunk": true,
34+
"extractLicenses": false,
35+
"buildOptimizer": false,
36+
"sourceMap": true,
37+
"optimization": false,
38+
"namedChunks": true
3439
},
3540
"configurations": {
3641
"production": {
@@ -60,7 +65,8 @@
6065
}
6166
]
6267
}
63-
}
68+
},
69+
"defaultConfiguration": ""
6470
},
6571
"serve": {
6672
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)