Skip to content

Commit

Permalink
Update size limits (#11212)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Mar 29, 2023
1 parent f11505f commit f3d4aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .size-limit.cjs
Expand Up @@ -13,14 +13,14 @@ module.exports = [
},
{
path: 'dist/chart.js',
limit: '34.5 KB',
limit: '37.0 KB',
import: '{ Chart }',
running: false,
modifyWebpackConfig
},
{
path: 'dist/chart.js',
limit: '19.5 KB',
limit: '22.0 KB',
import: '{ BarController, BubbleController, DoughnutController, LineController, PolarAreaController, PieController, RadarController, ScatterController }',
running: false,
modifyWebpackConfig
Expand All @@ -34,7 +34,7 @@ module.exports = [
},
{
path: 'dist/chart.js',
limit: '35.5 KB',
limit: '36.5 KB',
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip, Colors }',
running: false,
modifyWebpackConfig
Expand Down

0 comments on commit f3d4aa4

Please sign in to comment.