Limpieza de código

This commit is contained in:
Eneko Nieto
2021-01-20 12:53:46 +01:00
parent e57906f583
commit 7c2bc6a3dc
9 changed files with 48 additions and 173 deletions

View File

@@ -5,7 +5,11 @@
"projects": {
"sample-oauth": {
"projectType": "application",
"schematics": {},
"schematics": {
"@schematics/angular:application": {
"strict": true
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
@@ -47,13 +51,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
"maximumWarning": "2kb",
"maximumError": "4kb"
}
]
}