Suppress static file creation in gatsby-source-filesystem? #37966
Unanswered
mwfrost
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've encountered a situation where I'd like to use
gatsby-source-filesystem
to traverse a directory and create GraphQL nodes for each file, but I don't want to copy them to the static folder. It would be great to have acreateStaticFile
flag that I could turn off, and thereby bypass the step inextend-file-node.js
that copies the file to thestatic
directory.Beta Was this translation helpful? Give feedback.
All reactions