From c850b88352560376224e086a3bd3b66e0c7e09d5 Mon Sep 17 00:00:00 2001 From: Kieran Boyle Date: Mon, 29 Jan 2024 21:01:16 -0800 Subject: [PATCH] fix(size): update size test to use the new build --- .size-limit.cjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.size-limit.cjs b/.size-limit.cjs index 7546f4b..884731e 100644 --- a/.size-limit.cjs +++ b/.size-limit.cjs @@ -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