Skip to content

Commit c4a56a5

Browse files
bump size limit for main bundle (#1046)
1 parent c91928b commit c4a56a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"size-limit": [
182182
{
183183
"path": "build/public/main.js",
184-
"limit": "1990 kB",
184+
"limit": "2440 kB",
185185
"gzip": false
186186
},
187187
{

0 commit comments

Comments
 (0)