Skip to content

Commit

Permalink
Updated sizes limits
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-korobko committed Aug 15, 2023
1 parent 9222b83 commit 5e6320e
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: '47.07 KB',
limit: '47.58 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '47.01 KB',
limit: '47.53 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '48.70 KB',
limit: '49.25 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '48.74 KB',
limit: '49.3 KB',
},
];

0 comments on commit 5e6320e

Please sign in to comment.