MCPcopy Index your code
hub / github.com/developit/optimize-plugin / gzipSize

Function gzipSize

test/_util.js:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27const gzip = util.promisify(gzipSync);
28const gzipSize = async x => (await gzip(x)).byteLength;
29
30export async function printSizes (assets, name, console) {
31 let modernSize = 0;

Callers 1

showSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected