mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
feat(core): Docusaurus Faster - SSG worker threads (#10826)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com> Co-authored-by: João Victor Lopes <joaof.victor@hotmail.com> Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
This commit is contained in:
parent
042070cf9d
commit
98aab81388
18 changed files with 767 additions and 204 deletions
1
packages/docusaurus-types/src/config.d.ts
vendored
1
packages/docusaurus-types/src/config.d.ts
vendored
|
@ -130,6 +130,7 @@ export type FasterConfig = {
|
|||
lightningCssMinimizer: boolean;
|
||||
mdxCrossCompilerCache: boolean;
|
||||
rspackBundler: boolean;
|
||||
ssgWorkerThreads: boolean;
|
||||
};
|
||||
|
||||
export type FutureV4Config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue