Skip to content

Commit f3d4aa4

Browse files
authored
Update size limits (#11212)
1 parent f11505f commit f3d4aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.size-limit.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ module.exports = [
1313
},
1414
{
1515
path: 'dist/chart.js',
16-
limit: '34.5 KB',
16+
limit: '37.0 KB',
1717
import: '{ Chart }',
1818
running: false,
1919
modifyWebpackConfig
2020
},
2121
{
2222
path: 'dist/chart.js',
23-
limit: '19.5 KB',
23+
limit: '22.0 KB',
2424
import: '{ BarController, BubbleController, DoughnutController, LineController, PolarAreaController, PieController, RadarController, ScatterController }',
2525
running: false,
2626
modifyWebpackConfig
@@ -34,7 +34,7 @@ module.exports = [
3434
},
3535
{
3636
path: 'dist/chart.js',
37-
limit: '35.5 KB',
37+
limit: '36.5 KB',
3838
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip, Colors }',
3939
running: false,
4040
modifyWebpackConfig

0 commit comments

Comments
 (0)