Skip to content

Commit

Permalink
fix(size): update size test to use the new build
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Jan 30, 2024
1 parent d710333 commit c850b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ function modifyWebpackConfig(config) {

module.exports = [
{
path: 'package/index.js',
path: 'dist/index.js',
limit: '840 B',
import: '{ Chart }',
modifyWebpackConfig
},
{
path: 'package/index.js',
path: 'dist/index.js',
limit: '1.25 KB',
import: '{ Bar }',
modifyWebpackConfig
},
{
path: 'package/index.js',
path: 'dist/index.js',
limit: '1.55 KB',
import: '{ Bar, Bubble, Chart, Doughnut, Line, Pie, PolarArea, Radar, Scatter }',
modifyWebpackConfig
Expand Down

0 comments on commit c850b88

Please sign in to comment.