Mise à jour vers Angular 9

This commit is contained in:
Sébastien André
2020-02-12 23:44:42 +01:00
parent aaf35d3b2b
commit d77067b57e
9 changed files with 2189 additions and 1296 deletions

View File

@@ -11,6 +11,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
@@ -29,6 +30,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,