Skip to content

Commit

Permalink
fix(core): fix sites unable to start/build without a static dir (#10225)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 17, 2024
1 parent 71ba685 commit 904b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/src/webpack/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function createBaseClientConfig({
name: 'Client',
}),
await createStaticDirectoriesCopyPlugin({props}),
],
].filter(Boolean),
});
}

Expand Down

0 comments on commit 904b96c

Please sign in to comment.