Drfelfel 2022-02-06 12:21:01 +03:30
commit a073cbb13a
1 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"core-js", "simplebar"
"core-js", "simplebar", "jalali-moment"
],
"outputPath": "dist/melonex",
"index": "src/index.html",
@ -43,13 +43,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "4kb",
"maximumError": "6kb"
}
],
"fileReplacements": [