feat: optimize performance with lazy loading and change detection improvements
chore: update build configurations and remove unused styles fix: enhance user experience with loading indicators and improved asset management
This commit is contained in:
+10
-4
@@ -55,13 +55,13 @@
|
||||
"production": {
|
||||
"budgets": [
|
||||
{
|
||||
"maximumError": "3MB",
|
||||
"maximumWarning": "2MB",
|
||||
"maximumError": "2.5MB",
|
||||
"maximumWarning": "1.5MB",
|
||||
"type": "initial"
|
||||
},
|
||||
{
|
||||
"maximumError": "8kB",
|
||||
"maximumWarning": "4kB",
|
||||
"maximumError": "6kB",
|
||||
"maximumWarning": "3kB",
|
||||
"type": "anyComponentStyle"
|
||||
}
|
||||
],
|
||||
@@ -136,6 +136,12 @@
|
||||
},
|
||||
"defaultConfiguration": "production",
|
||||
"options": {
|
||||
"allowedCommonJsDependencies": [
|
||||
"dayjs",
|
||||
"dayjs/locale/fa",
|
||||
"dayjs/plugin/relativeTime",
|
||||
"flatpickr-wrap/dist/l10n/fa.js"
|
||||
],
|
||||
"assets": [
|
||||
{
|
||||
"glob": "**/*",
|
||||
|
||||
Reference in New Issue
Block a user