Skip to content

Commit edc8159

Browse files
committed
angular v12 upgrade
1 parent 6a3a743 commit edc8159

File tree

9 files changed

+5440
-7174
lines changed

9 files changed

+5440
-7174
lines changed

angular.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"aot": true,
1716
"outputPath": "dist/demo-app",
1817
"index": "src/index.html",
1918
"main": "src/main.ts",
2019
"polyfills": "src/polyfills.ts",
2120
"tsConfig": "src/tsconfig.app.json",
2221
"assets": ["src/favicon.ico", "src/assets"],
2322
"styles": ["src/styles.css"],
24-
"scripts": []
23+
"scripts": [],
24+
"vendorChunk": true,
25+
"extractLicenses": false,
26+
"buildOptimizer": false,
27+
"sourceMap": true,
28+
"optimization": false,
29+
"namedChunks": true
2530
},
2631
"configurations": {
2732
"production": {
@@ -41,12 +46,12 @@
4146
"outputHashing": "all",
4247
"sourceMap": false,
4348
"namedChunks": false,
44-
"aot": true,
4549
"extractLicenses": true,
4650
"vendorChunk": false,
4751
"buildOptimizer": true
4852
}
49-
}
53+
},
54+
"defaultConfiguration": ""
5055
},
5156
"serve": {
5257
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)