gatsby-wpgraphql-inline-images icon indicating copy to clipboard operation
gatsby-wpgraphql-inline-images copied to clipboard

try to fix problems with newer gatsby versions

Open rburgst opened this issue 5 years ago • 0 comments

  • 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 createResolvers that I introduced
  • removed unused field on File as it created errors on my setup
      Error: File.originalSourceUrl provided incorrect OutputType: 'String'
    

rburgst avatar Apr 26 '20 06:04 rburgst