From: Jacco van den Berg Date: Wed, 1 Mar 2023 23:46:01 +0000 (+0100) Subject: Add colors plugin to size limit (#11174) X-Git-Tag: v4.3.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fdf76f8f02d31684d34704341a5d9217e977491;p=thirdparty%2FChart.js.git Add colors plugin to size limit (#11174) * Add colors plugin to size limit * Increase size limit --- diff --git a/.size-limit.cjs b/.size-limit.cjs index 2b421ffcb..aad4948ec 100644 --- a/.size-limit.cjs +++ b/.size-limit.cjs @@ -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 },