Skip to content

Commit

Permalink
fix: fileTypes config is ignored in processImages
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Jun 17, 2021
1 parent 0044670 commit 5d0f669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/images/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const processImages = async ({
images = [],
widths = defaultWidths,
scales = defaultScales,
plugin = {},
s3,
debug,
}) => {
Expand Down Expand Up @@ -365,6 +366,7 @@ const plugin = {
images: plugin.imagesToProcess,
widths,
scales,
plugin,
s3: plugin.config.s3,
debug: plugin.config.debug,
});
Expand Down

0 comments on commit 5d0f669

Please sign in to comment.