feat: fixes ci

This commit is contained in:
2025-10-31 23:05:45 -03:00
parent d971be653d
commit a6cffbf567
4 changed files with 24 additions and 93 deletions

View File

@@ -50,13 +50,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "1mb",
"maximumError": "1.5mb"
"maximumWarning": "2.5mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2.5kb",
"maximumError": "5kb"
"maximumWarning": "5kb",
"maximumError": "10kb"
}
],
"fileReplacements": [
@@ -66,7 +66,7 @@
}
],
"outputHashing": "all",
"serviceWorker": true
"serviceWorker": "ngsw-config.json"
},
"development": {
"optimization": false,
@@ -96,7 +96,7 @@
}
},
"test": {
"builder": "@angular/build:karma",
"builder": "@angular/build:application",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",