Skip to content

Commit 0176826

Browse files
committed
Update core bundlesize limit to 10kb
1 parent 156a270 commit 0176826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bundlesize": [
2525
{
2626
"path": "./packages/redux-requests/dist/redux-requests.min.js",
27-
"maxSize": "8 kB"
27+
"maxSize": "10 kB"
2828
},
2929
{
3030
"path": "./packages/redux-requests-axios/dist/redux-requests-axios.min.js",

0 commit comments

Comments
 (0)