Skip to content

Commit f93cf36

Browse files
committed
chore(dependency-upgrade): upgrade to angular 12.x
1 parent da7b7be commit f93cf36

File tree

6 files changed

+7985
-12282
lines changed

6 files changed

+7985
-12282
lines changed

src/webapp/angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,20 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": true,
2221
"assets": [
2322
"src/favicon.ico",
2423
"src/assets"
2524
],
2625
"styles": [
2726
"src/styles.css"
2827
],
29-
"scripts": []
28+
"scripts": [],
29+
"vendorChunk": true,
30+
"extractLicenses": false,
31+
"buildOptimizer": false,
32+
"sourceMap": true,
33+
"optimization": false,
34+
"namedChunks": true
3035
},
3136
"configurations": {
3237
"production": {
@@ -56,7 +61,8 @@
5661
}
5762
]
5863
}
59-
}
64+
},
65+
"defaultConfiguration": ""
6066
},
6167
"serve": {
6268
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)