mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-28 22:18:44 +02:00
fix(core): fix sites unable to start/build without a static dir (#10225)
This commit is contained in:
parent
71ba685903
commit
904b96c629
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ async function createBaseClientConfig({
|
||||||
name: 'Client',
|
name: 'Client',
|
||||||
}),
|
}),
|
||||||
await createStaticDirectoriesCopyPlugin({props}),
|
await createStaticDirectoriesCopyPlugin({props}),
|
||||||
],
|
].filter(Boolean),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue