We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ef2299 + 18a5bb4 commit 0af97caCopy full SHA for 0af97ca
packages/compressors/gzip/src/GzipCompressor.js
@@ -9,7 +9,7 @@ export default (new Compressor({
9
}
10
11
return {
12
- stream: stream.pipe(zlib.createGzip()),
+ stream: stream.pipe(zlib.createGzip({level: 9})),
13
type: 'gz',
14
};
15
},
0 commit comments