Skip to content

Commit d030a63

Browse files
committed
chore: updated to angular 12
1 parent b061d46 commit d030a63

File tree

8 files changed

+8034
-14044
lines changed

8 files changed

+8034
-14044
lines changed

angular.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@
2424
"tsConfig": "src/tsconfig.app.json",
2525
"assets": ["src/favicon.ico", "src/assets"],
2626
"styles": ["src/styles.scss"],
27-
"scripts": []
27+
"scripts": [],
28+
"aot": false,
29+
"vendorChunk": true,
30+
"extractLicenses": false,
31+
"buildOptimizer": false,
32+
"sourceMap": true,
33+
"optimization": false,
34+
"namedChunks": true
2835
},
2936
"configurations": {
3037
"production": {
@@ -51,7 +58,8 @@
5158
}
5259
]
5360
}
54-
}
61+
},
62+
"defaultConfiguration": ""
5563
},
5664
"serve": {
5765
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)