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:
Sébastien Lorber 2025-01-27 14:24:30 +01:00 committed by GitHub
parent 042070cf9d
commit 98aab81388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 767 additions and 204 deletions

View file

@ -130,6 +130,7 @@ export type FasterConfig = {
lightningCssMinimizer: boolean;
mdxCrossCompilerCache: boolean;
rspackBundler: boolean;
ssgWorkerThreads: boolean;
};
export type FutureV4Config = {