Skip to content

Commit

Permalink
CLL-303: Adjust size limit according to changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
signatenkov committed Jan 15, 2025
1 parent 61141dc commit d5b77c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default [
path: 'dist/lightweight-charts.production.mjs',
import: '{ createSeriesMarkers }',
ignore: ['fancy-canvas'],
limit: '4.08 KB',
limit: '4.123 KB',
brotli: true,
},
{
Expand Down Expand Up @@ -119,7 +119,7 @@ export default [
path: 'dist/lightweight-charts.production.mjs',
import: '{ CandlestickSeries }',
ignore: ['fancy-canvas'],
limit: '2.5 KB',
limit: '2.54 KB',
brotli: true,
},
{
Expand Down

0 comments on commit d5b77c9

Please sign in to comment.