Skip to content

Commit b6bfa80

Browse files
committed
feature(upgrade): upgrade angular 11 -> 12
1 parent d681f16 commit b6bfa80

File tree

7 files changed

+5488
-7327
lines changed

7 files changed

+5488
-7327
lines changed

angular.json

+9-3
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"
@@ -31,7 +30,13 @@
3130
"src/styles.scss",
3231
"node_modules/@fortawesome/fontawesome-free/css/all.css"
3332
],
34-
"scripts": []
33+
"scripts": [],
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3540
},
3641
"configurations": {
3742
"production": {
@@ -61,7 +66,8 @@
6166
}
6267
]
6368
}
64-
}
69+
},
70+
"defaultConfiguration": ""
6571
},
6672
"serve": {
6773
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)