From b1408791922455cee9918148b4a2b6be7c84e548 Mon Sep 17 00:00:00 2001 From: NI Date: Tue, 27 Aug 2019 18:34:48 +0800 Subject: [PATCH] Compress images even more --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index a6c0b67..7d077fc 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -347,7 +347,7 @@ module.exports = { new ImageminPlugin({ disable: process.env.NODE_ENV !== "production", pngquant: { - quality: "30-55" + quality: "15-30" } }), new MiniCssExtractPlugin({