Skip to content

Commit d4f528f

Browse files
committed
Fixed max bundle size
1 parent ae15287 commit d4f528f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"bundlesize": [
182182
{
183183
"path": "lib/**/*.js",
184-
"maxSize": "58 kB"
184+
"maxSize": "59 kB"
185185
},
186186
{
187187
"path": "commerce-sdk-isomorphic-with-deps.tgz",

0 commit comments

Comments
 (0)