Skip to content

Commit

Permalink
docs: fix (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Dec 19, 2024
1 parent 60f18e4 commit af7e4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@ module.exports = {
// We recommend using only for the "production" mode
{
test: /\.(jpe?g|png|gif|svg)$/i,
enforce: "pre",
use: [
{
loader: ImageMinimizerPlugin.loader,
enforce: "pre",
options: {
minimizer: {
implementation: ImageMinimizerPlugin.imageminMinify,
Expand Down

0 comments on commit af7e4bb

Please sign in to comment.