Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-transformer-sharp): Pick extension from file prop #11166

Merged
merged 1 commit into from
Jan 24, 2019

Conversation

stefanprobst
Copy link
Contributor

The resolvers for srcSetWebp and srcWebp check the extension on image (which is the ImageSharp node that has no extension prop) instead of file (which is the parent File node).

The resolvers for `srcSetWebp` and `srcWebp` check the extension on `image` (which is the ImageSharp node that has no `extension` prop) instead of `file` (which is the parent File node).
@freiksenet freiksenet merged commit 0a8b189 into gatsbyjs:master Jan 24, 2019
@freiksenet
Copy link
Contributor

Thanks!

@stefanprobst stefanprobst deleted the patch-13 branch July 8, 2019 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants