Skip to content

Commit

Permalink
update size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Aug 23, 2023
1 parent f4fe2bc commit 1210430
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.62 KB',
limit: '47.66 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '47.56 KB',
limit: '47.60 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '49.29 KB',
limit: '49.32 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '49.33 KB',
limit: '49.37 KB',
},
];

0 comments on commit 1210430

Please sign in to comment.