Skip to content

Commit

Permalink
Update .size-limit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jul 25, 2024
1 parent d0fd5ea commit b84e063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ module.exports = [
{
name: 'CJS',
path: 'dist/lightweight-charts.production.cjs',
limit: '49.27 KB',
limit: '49.28 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '49.20 KB',
limit: '49.21 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '50.92 KB',
limit: '50.93 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '50.96 KB',
limit: '50.97 KB',
},
];

0 comments on commit b84e063

Please sign in to comment.