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

File diff suppressed because it is too large Load Diff