Skip to content

Commit

Permalink
meta(svelte): Increase size limit (#14685)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Stracke <[email protected]>
  • Loading branch information
s1gr1d and Lms24 authored Dec 12, 2024
1 parent 5af2833 commit 2cff1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = [
path: 'packages/svelte/build/esm/index.js',
import: createImport('init'),
gzip: true,
limit: '24 KB',
limit: '25 KB',
},
// Browser CDN bundles
{
Expand Down

0 comments on commit 2cff1f7

Please sign in to comment.