Skip to content

Commit

Permalink
chore: revert size limit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Nov 7, 2024
1 parent 601e31b commit 23f2264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/analytics-js/.size-limit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default [
{
name: 'Core - Legacy - CDN',
path: 'dist/cdn/legacy/iife/rsa.min.js',
limit: '49 KiB',
limit: '48.5 KiB',
},
{
name: 'Core - Modern - NPM (ESM)',
Expand Down Expand Up @@ -71,7 +71,7 @@ export default [
name: 'Core (Bundled) - Modern - NPM (ESM)',
path: 'dist/npm/modern/bundled/esm/index.mjs',
import: '*',
limit: '40 KiB',
limit: '39.5 KiB',
},
{
name: 'Core (Bundled) - Modern - NPM (CJS)',
Expand All @@ -95,7 +95,7 @@ export default [
name: 'Core (Content Script) - Legacy - NPM (CJS)',
path: 'dist/npm/legacy/content-script/cjs/index.cjs',
import: '*',
limit: '48.5 KiB',
limit: '48 KiB',
},
{
name: 'Core (Content Script) - Legacy - NPM (UMD)',
Expand Down

0 comments on commit 23f2264

Please sign in to comment.