angular update to version 12

first step: ng update @angular/core@12 @angular/cli@12
This commit is contained in:
2021-07-03 09:03:40 +02:00
parent 8ed853c3cf
commit 6c1a0f997e
6 changed files with 4027 additions and 5270 deletions

View File

@@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
@@ -31,7 +30,13 @@
"src/styles.scss",
"src/custom-theme.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
@@ -61,7 +66,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",