Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump svelte size limit
  • Loading branch information
Lms24 committed Dec 11, 2024
commit 2ec02c1dda6fa963ec377727e72f138a0c28d6bd
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: '24.5 KB',
},
// Browser CDN bundles
{
Expand Down
Loading