Skip to content

Commit c850b88

Browse files
committed
fix(size): update size test to use the new build
1 parent d710333 commit c850b88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.size-limit.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ function modifyWebpackConfig(config) {
99

1010
module.exports = [
1111
{
12-
path: 'package/index.js',
12+
path: 'dist/index.js',
1313
limit: '840 B',
1414
import: '{ Chart }',
1515
modifyWebpackConfig
1616
},
1717
{
18-
path: 'package/index.js',
18+
path: 'dist/index.js',
1919
limit: '1.25 KB',
2020
import: '{ Bar }',
2121
modifyWebpackConfig
2222
},
2323
{
24-
path: 'package/index.js',
24+
path: 'dist/index.js',
2525
limit: '1.55 KB',
2626
import: '{ Bar, Bubble, Chart, Doughnut, Line, Pie, PolarArea, Radar, Scatter }',
2727
modifyWebpackConfig

0 commit comments

Comments
 (0)