Skip to content

Commit

Permalink
chore: fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Nov 11, 2024
1 parent 9df5934 commit 4cfe72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/analytics-js/.size-limit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default [
name: 'Core (Bundled) - Modern - NPM (ESM)',
path: 'dist/npm/modern/bundled/esm/index.mjs',
import: '*',
limit: '39.5 KiB',
limit: '40 KiB',
},
{
name: 'Core (Bundled) - Modern - NPM (CJS)',
Expand Down

0 comments on commit 4cfe72f

Please sign in to comment.