Skip to content

Commit 47ea888

Browse files
committed
feat(elements): raising the elements quota for jspdf
1 parent f0be877 commit 47ea888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@
301301
"budgets": [
302302
{
303303
"type": "allScript",
304-
"maximumWarning": "2.1mb",
305-
"maximumError": "2.5mb"
304+
"maximumWarning": "2.5mb",
305+
"maximumError": "3mb"
306306
},
307307
{
308308
"type": "bundle",

0 commit comments

Comments
 (0)