Update size limits (#11302)

This commit is contained in:
Jacco van den Berg 2023-05-20 00:40:37 +02:00 committed by GitHub
parent 83ba8fd776
commit 0ec981cef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ function modifyWebpackConfig(config) {
module.exports = [
{
path: 'dist/chart.js',
limit: '79 KB',
limit: '82 KB',
webpack: false,
running: false
},