Closed kwonoj closed 4 years ago
compression: "none" https://docs.bundle-analyzer.com/docs/size-limit/#check-size
@gregberge as asked in q, that's what I configured:
//config
module.exports = {
files: [
{
test: '*.js',
maxSize: '5MB',
compression: 'none',
},
],
}
but in checker I got this:
Size change's being reported as gzipped.
size limit
is working expected as config :
@kwonoj yeah the presentation and the "limit" are not linked actually. Open to a PR to make it better.
I have configured
size-limit
to not use compression, also would like to apply same for size compare but not able to find it. Is there way to configure it?