Skip to content

Commit 2cff1f7

Browse files
s1gr1dLms24
andauthored
meta(svelte): Increase size limit (#14685)
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 5af2833 commit 2cff1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports = [
147147
path: 'packages/svelte/build/esm/index.js',
148148
import: createImport('init'),
149149
gzip: true,
150-
limit: '24 KB',
150+
limit: '25 KB',
151151
},
152152
// Browser CDN bundles
153153
{

0 commit comments

Comments
 (0)