Skip to content

Commit

Permalink
Add colors plugin to size limit (#11174)
Browse files Browse the repository at this point in the history
* Add colors plugin to size limit

* Increase size limit
  • Loading branch information
LeeLenaleee committed Mar 1, 2023
1 parent 2f8ab1c commit 8fdf76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ module.exports = [
},
{
path: 'dist/chart.js',
limit: '27.5 KB',
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip }',
limit: '35.5 KB',
import: '{ Decimation, Filler, Legend, SubTitle, Title, Tooltip, Colors }',
running: false,
modifyWebpackConfig
},
Expand Down

0 comments on commit 8fdf76f

Please sign in to comment.