Skip to content

Commit

Permalink
try huffman only
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Sep 3, 2023
1 parent ba8522f commit fcd4e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-client/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ if (!isDev) {
// If a `Accept-Encoding` is not specified, `DocService` decompresses the compressed content on the fly.
deleteOriginalAssets: true,
compressionOptions: {
strategy: 4,
strategy: 2,
}
}) as any);
}
Expand Down

0 comments on commit fcd4e6f

Please sign in to comment.