Is it possible to use `gatsby-source-filesystem` as a "read-only" tool, and avoid creating static copies?

44 Views Asked by At

I'm using gatsby-source-filesystem to traverse a directory tree and create links for the filtered nodes. Is it possible for me to run these GraphQL queries without also generating the /public/static/[hash] folders?

I expected to see some argument that could turn off the creation of public/static/[hash]/filename.ext for every node found by the query. I don't see anything in the docs about disabling those static copies.

0

There are 0 best solutions below