Skip to content

Commit 7ff7ba6

Browse files
committed
updated to angular 12.x.x
1 parent 30cf405 commit 7ff7ba6

File tree

18 files changed

+5563
-7829
lines changed

18 files changed

+5563
-7829
lines changed

angular.json

Lines changed: 9 additions & 4 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": {
@@ -43,7 +48,6 @@
4348
"optimization": true,
4449
"outputHashing": "all",
4550
"sourceMap": false,
46-
"extractCss": true,
4751
"namedChunks": false,
4852
"extractLicenses": true,
4953
"vendorChunk": false,
@@ -60,7 +64,8 @@
6064
}
6165
]
6266
}
63-
}
67+
},
68+
"defaultConfiguration": ""
6469
},
6570
"serve": {
6671
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)