Skip to content

Commit 8f01086

Browse files
Merge pull request #546 from cloudinary/increase-allowed-bundle-size
increase allowed bundle size by 1 KB
2 parents d86f77a + d97c3ac commit 8f01086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
7474
},
7575
{
7676
name: 'Import all of the SDK',
77-
sizeLimitInKB: 129,
77+
sizeLimitInKB: 130,
7878
importsArray: [
7979
importFromPackage('* as CloudinaryURLGEN')
8080
]

0 commit comments

Comments
 (0)