From 851d2898e8785531e26d0e33de4ce0d3dacca44b Mon Sep 17 00:00:00 2001 From: NI Date: Sun, 8 Sep 2019 20:40:45 +0800 Subject: [PATCH] Compress the images a bit more --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 735fa6c..53510cd 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-25" + quality: "10-20" } }), new MiniCssExtractPlugin({