Skip to content

Commit 0af97ca

Browse files
committed
Merge branch 'v2' of github.com:parcel-bundler/parcel into v2
2 parents 3ef2299 + 18a5bb4 commit 0af97ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compressors/gzip/src/GzipCompressor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default (new Compressor({
99
}
1010

1111
return {
12-
stream: stream.pipe(zlib.createGzip()),
12+
stream: stream.pipe(zlib.createGzip({level: 9})),
1313
type: 'gz',
1414
};
1515
},

0 commit comments

Comments
 (0)