Remove unecessary peer dependencies on gatsby-source-wordpress #36754
Unanswered
laurent-le-graverend
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gatsby-source-wordpress requires plugins like gatsby-plugin-image and gatsby-plugin-sharp.
https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/package.json#L77-L79
However, these are unnecessary as it is optional to use them with this plugin.
It would be ideal not to make them mandatory to keep dependencies as light as possible.
Beta Was this translation helpful? Give feedback.
All reactions