Skip to content

Commit 8fdf76f

Browse files
authored
Add colors plugin to size limit (#11174)
* Add colors plugin to size limit * Increase size limit
1 parent 2f8ab1c commit 8fdf76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ module.exports = [
3434
},
3535
{
3636
path: 'dist/chart.js',
37-
limit: '27.5 KB',
38-
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip }',
37+
limit: '35.5 KB',
38+
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip, Colors }',
3939
running: false,
4040
modifyWebpackConfig
4141
},

0 commit comments

Comments
 (0)