Skip to content

Commit

Permalink
Merge branch 'v2' of github.com:parcel-bundler/parcel into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 5, 2022
2 parents 3ef2299 + 18a5bb4 commit 0af97ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compressors/gzip/src/GzipCompressor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default (new Compressor({
}

return {
stream: stream.pipe(zlib.createGzip()),
stream: stream.pipe(zlib.createGzip({level: 9})),
type: 'gz',
};
},
Expand Down

0 comments on commit 0af97ca

Please sign in to comment.