We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publicURL
1 parent 75e79b8 commit 1abf65cCopy full SHA for 1abf65c
packages/gatsby-source-filesystem/src/extend-file-node.js
@@ -30,7 +30,7 @@ module.exports = ({
30
)
31
32
if (!fs.existsSync(publicPath)) {
33
- fs.copy(
+ fs.copySync(
34
details.absolutePath,
35
publicPath,
36
{ dereference: true },
0 commit comments