We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publicURL
1 parent 3d607f1 commit e2d1171Copy full SHA for e2d1171
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