Skip to content

Commit 02fa0dc

Browse files
author
a.idzikowski
committed
Update Angular to v12
1 parent b704651 commit 02fa0dc

File tree

8 files changed

+3420
-4754
lines changed

8 files changed

+3420
-4754
lines changed

angular.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
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"
@@ -39,7 +38,13 @@
3938
"scripts": [
4039
"node_modules/chart.js/dist/Chart.js",
4140
"node_modules/hammerjs/hammer.min.js"
42-
]
41+
],
42+
"vendorChunk": true,
43+
"extractLicenses": false,
44+
"buildOptimizer": false,
45+
"sourceMap": true,
46+
"optimization": false,
47+
"namedChunks": true
4348
},
4449
"configurations": {
4550
"production": {
@@ -54,7 +59,6 @@
5459
"sourceMap": false,
5560
"extractCss": true,
5661
"namedChunks": false,
57-
"aot": true,
5862
"extractLicenses": true,
5963
"vendorChunk": false,
6064
"buildOptimizer": true,
@@ -71,7 +75,8 @@
7175
}
7276
]
7377
}
74-
}
78+
},
79+
"defaultConfiguration": ""
7580
},
7681
"serve": {
7782
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)