Skip to content

Commit

Permalink
update size-limit before merging to master
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jun 13, 2023
1 parent c682884 commit 45e28a5
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: '44.55 KB',
limit: '46.94 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '44.5 KB',
limit: '46.86 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '46.2 KB',
limit: '48.56 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '46.25 KB',
limit: '48.61 KB',
},
];

0 comments on commit 45e28a5

Please sign in to comment.