diff --git a/client/webpack.config.ts b/client/webpack.config.ts index 64b3c9c8..382118cb 100644 --- a/client/webpack.config.ts +++ b/client/webpack.config.ts @@ -106,8 +106,8 @@ const config: (env: Record) => Configuration = (env) => { new CleanWebpackPlugin(), !IS_DEV && new CompressionPlugin({ - filename: '[path][base].br', - algorithm: 'brotliCompress', + filename: '[path][base].gz', + algorithm: 'gzip', test: /\.(js|css|html|svg)$/, threshold: 10240, minRatio: 0.8,