mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
setup bundle budgets
This commit is contained in:
@@ -104,6 +104,20 @@
|
|||||||
"replace": "src/environments/environment.ts",
|
"replace": "src/environments/environment.ts",
|
||||||
"with": "src/environments/environment.prod.ts"
|
"with": "src/environments/environment.prod.ts"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"budgets": [
|
||||||
|
{
|
||||||
|
"type": "bundle",
|
||||||
|
"name": "main",
|
||||||
|
"maximumWarning": "2mb",
|
||||||
|
"maximumError": "5mb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "bundle",
|
||||||
|
"name": "vendor",
|
||||||
|
"maximumWarning": "10mb",
|
||||||
|
"maximumError": "15mb"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"e2e": {
|
"e2e": {
|
||||||
|
|||||||
Reference in New Issue
Block a user