gatsby-wpgraphql-inline-images
gatsby-wpgraphql-inline-images copied to clipboard
try to fix problems with newer gatsby versions
- currently plugin-sharp >= 2.4.4 causes errors
Gatsby-plugin-sharp wasn't setup correctly in gatsby-config.js. Make sure you add it to the plugins array. - fixed bug in
createResolversthat I introduced - removed unused field on
Fileas it created errors on my setupError: File.originalSourceUrl provided incorrect OutputType: 'String'