Skip to content

Commit

Permalink
Compress images event more
Browse files Browse the repository at this point in the history
  • Loading branch information
NI committed Aug 31, 2019
1 parent 9aa2c4b commit 5a8d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ module.exports = {
new ImageminPlugin({
disable: process.env.NODE_ENV !== "production",
pngquant: {
quality: "15-30"
quality: "15-25"
}
}),
new MiniCssExtractPlugin({
Expand Down

0 comments on commit 5a8d369

Please sign in to comment.