Skip to content

Commit 490c67b

Browse files
committed
feat: add brotli and zstd size options to report generation
1 parent d6639f1 commit 490c67b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/plugin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ describe('Plugin', function () {
214214
label: bundleLabel,
215215
statSize,
216216
parsedSize,
217-
gzipSize
217+
gzipSize,
218+
brotliSize: opts.brotliSize,
219+
zstdSize: opts.zstdSize
218220
});
219221
}
220222

0 commit comments

Comments
 (0)