Skip to content

Commit 1482378

Browse files
committed
fix(package size limit): package size limit
1 parent 113d319 commit 1482378

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
@@ -12,7 +12,7 @@
1212
"config": {},
1313
"size-limit": [
1414
{
15-
"limit": "35 KB",
15+
"limit": "36 KB",
1616
"webpack": false,
1717
"path": "dist/**/!(*.test).js"
1818
}
@@ -156,4 +156,4 @@
156156
"publishConfig": {
157157
"access": "public"
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)