Skip to content

Commit bd7494f

Browse files
committed
Change size limit
1 parent 3352554 commit bd7494f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
"path": "recipe/thirdparty/index.js",
152-
"limit": "30kb"
152+
"limit": "32kb"
153153
},
154154
{
155155
"path": "recipe/emailpassword/index.js",
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"path": "recipe/thirdparty/prebuiltui.js",
172-
"limit": "49kb"
172+
"limit": "51kb"
173173
},
174174
{
175175
"path": "recipe/emailpassword/prebuiltui.js",

0 commit comments

Comments
 (0)