Skip to content

Commit f50d875

Browse files
committed
updated angular to v12
1 parent 1c14321 commit f50d875

File tree

5 files changed

+11771
-10499
lines changed

5 files changed

+11771
-10499
lines changed

webapp/angular.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@
2929
"src/styles"
3030
]
3131
},
32-
"scripts": []
32+
"scripts": [],
33+
"aot": false,
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3340
},
3441
"configurations": {
3542
"production": {

0 commit comments

Comments
 (0)