Skip to content

Commit

Permalink
Update size limits (#11302)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed May 19, 2023
1 parent 83ba8fd commit 0ec981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function modifyWebpackConfig(config) {
module.exports = [
{
path: 'dist/chart.js',
limit: '79 KB',
limit: '82 KB',
webpack: false,
running: false
},
Expand Down

0 comments on commit 0ec981c

Please sign in to comment.