Skip to content

Commit

Permalink
Update size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
edew committed Sep 19, 2023
1 parent a6b2039 commit b5f4550
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.66 KB',
limit: '47.70 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '47.60 KB',
limit: '47.64 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '49.32 KB',
limit: '49.36 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '49.38 KB',
limit: '49.41 KB',
},
];

0 comments on commit b5f4550

Please sign in to comment.