ng update

This commit is contained in:
2021-10-05 14:42:27 +02:00
parent 1da5fc638c
commit 1f52974a8d
6 changed files with 3486 additions and 5473 deletions
+9 -3
View File
@@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/.htaccess",
"src/favicon.ico",
@@ -34,7 +33,13 @@
],
"scripts": [],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
"ngswConfigPath": "ngsw-config.json",
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
@@ -64,7 +69,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",