Skip to content

Commit 0105909

Browse files
committed
ng update 11 => 12
1 parent 6024811 commit 0105909

File tree

7 files changed

+4370
-4717
lines changed

7 files changed

+4370
-4717
lines changed

angular.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"aot": true,
2120
"outputPath": "dist/app",
2221
"index": "src/index.html",
2322
"main": "src/main.ts",
@@ -32,7 +31,13 @@
3231
"src/styles.scss",
3332
"src/assets/scss/common.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": {
@@ -46,7 +51,6 @@
4651
"outputHashing": "all",
4752
"sourceMap": false,
4853
"namedChunks": false,
49-
"aot": true,
5054
"extractLicenses": true,
5155
"vendorChunk": false,
5256
"buildOptimizer": true,

0 commit comments

Comments
 (0)