add changes

This commit is contained in:
AD2025
2025-12-29 22:09:43 +02:00
parent 8fe5a04b43
commit acc132149d

View File

@@ -28,20 +28,21 @@
], ],
"styles": [ "styles": [
"src/styles.scss" "src/styles.scss"
] ],
"outputPath":"dist"
}, },
"configurations": { "configurations": {
"production": { "production": {
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kB", "maximumWarning": "2MB",
"maximumError": "1MB" "maximumError": "2MB"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "4kB", "maximumWarning": "2MB",
"maximumError": "8kB" "maximumError": "2MB"
} }
], ],
"outputHashing": "all", "outputHashing": "all",