gatsby-source-git icon indicating copy to clipboard operation
gatsby-source-git copied to clipboard

fixed https://github.com/stevetweeddale/gatsby-source-git/issues/22

Open terminalqo opened this issue 4 years ago • 0 comments

fixed https://github.com/stevetweeddale/gatsby-source-git/issues/22 because the loadNodeContent function in gatsby-transformer-remark need gatsby-source-git to imply. but in this plugin, don't have this function.

we can add this function to index.js at root. and handle file content use fs-extra.

so, dont need gatsby-source-filesystem anymore.

tested in my project.

sorry for my poor english~

terminalqo avatar Nov 06 '20 07:11 terminalqo