mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(core): fix sites unable to start/build without a static dir (#10225)
This commit is contained in:
parent
71ba685903
commit
904b96c629
|
|
@ -51,7 +51,7 @@ async function createBaseClientConfig({
|
|||
name: 'Client',
|
||||
}),
|
||||
await createStaticDirectoriesCopyPlugin({props}),
|
||||
],
|
||||
].filter(Boolean),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue