Skip to content

Commit

Permalink
try using fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Sep 3, 2023
1 parent eb96115 commit ba8522f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs-client/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,10 @@ if (!isDev) {
algorithm: 'gzip',
filename: '[path][base].gz',
// If a `Accept-Encoding` is not specified, `DocService` decompresses the compressed content on the fly.
deleteOriginalAssets: true
deleteOriginalAssets: true,
compressionOptions: {
strategy: 4,
}
}) as any);
}

Expand Down

0 comments on commit ba8522f

Please sign in to comment.