Skip to content

Commit 89077ae

Browse files
committed
angular 12 upgrade
1 parent d2b0238 commit 89077ae

File tree

6 files changed

+7522
-6080
lines changed

6 files changed

+7522
-6080
lines changed

src/Presentation/Web/ClientApp/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/assets/favicon.ico", "src/assets", "src/manifest.json"],
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
"buildOptimizer": true,
5259
"serviceWorker": true
5360
}
54-
}
61+
},
62+
"defaultConfiguration": ""
5563
},
5664
"serve": {
5765
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)