customer - upgrade angular 11 to 12

This commit is contained in:
Roland Schneider
2021-09-07 14:06:41 +02:00
parent 12d31fce21
commit 2bf9985928
6 changed files with 2669 additions and 2894 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"
@@ -32,7 +31,13 @@
"src/styles.scss"
],
"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",