From 5a8d369224f9a6eb0c9498817ec8cb2fbe92e8d2 Mon Sep 17 00:00:00 2001 From: NI Date: Sat, 31 Aug 2019 11:18:59 +0800 Subject: [PATCH] Compress images event more --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index e4b6a8bf..735fa6cc 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: "15-30" + quality: "15-25" } }), new MiniCssExtractPlugin({