Skip to content

Commit 2c98012

Browse files
chore: angular upgrade from 11 to 12
1 parent 7caa7cc commit 2c98012

File tree

5 files changed

+38771
-11335
lines changed

5 files changed

+38771
-11335
lines changed

angular.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,20 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"aot": true,
2120
"outputPath": "dist/hyperdash-angular-app",
2221
"index": "src/index.html",
2322
"main": "src/main.ts",
2423
"polyfills": "src/polyfills.ts",
2524
"tsConfig": "tsconfig.app.json",
2625
"assets": ["src/favicon.ico", "src/assets"],
2726
"styles": ["src/styles.scss"],
28-
"scripts": []
27+
"scripts": [],
28+
"vendorChunk": true,
29+
"extractLicenses": false,
30+
"buildOptimizer": false,
31+
"sourceMap": true,
32+
"optimization": false,
33+
"namedChunks": true
2934
},
3035
"configurations": {
3136
"production": {
@@ -40,7 +45,6 @@
4045
"sourceMap": false,
4146
"extractCss": true,
4247
"namedChunks": false,
43-
"aot": true,
4448
"extractLicenses": true,
4549
"vendorChunk": false,
4650
"buildOptimizer": true,
@@ -56,7 +60,8 @@
5660
}
5761
]
5862
}
59-
}
63+
},
64+
"defaultConfiguration": ""
6065
},
6166
"serve": {
6267
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)