Closed sidharthachatterjee closed 5 years ago
Thanks @sidharthachatterjee! We usually use files
in package.json though. Can you change it to include just gatsby-node.js
there? If it's too much work I can also do it myself
Thank you for the quick response, @Haroenv! I've removed .npmignore
and added files
instead 🙌
published 0.3.1 with this :)
As of
gatsby@2.12.1
(https://github.com/gatsbyjs/gatsby/pull/15284), we now parse GraphQL queries in dependencies to enable packages to ship queries!The examples in this repo however interfere with this and cause this package to break (details in https://github.com/gatsbyjs/gatsby/issues/15344)
We highly recommend not shipping examples to
npm
and this PR fixes this by adding it to .npmignoreCheers from the gatsby team!