Further updates on 03-11-2025

This commit is contained in:
2025-11-03 14:15:45 +05:30
parent 434d95eeaf
commit 931e49e58b
2 changed files with 1037 additions and 5 deletions

View File

@ -46,13 +46,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "6kb",
"maximumError": "15kb"
}
],
"fileReplacements": [
@ -126,7 +126,8 @@
"src/assets/assets2"
],
"styles": [
"src/styles.css"
"src/styles.css",
"src/app/common-styles.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"

File diff suppressed because it is too large Load Diff