mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
build(config): simplify experimental_faster configuration in docusaurus.config.ts
This commit is contained in:
@@ -33,14 +33,7 @@ const config: Config = {
|
||||
},
|
||||
],
|
||||
future: {
|
||||
experimental_faster: {
|
||||
swcJsLoader: true,
|
||||
swcJsMinimizer: true,
|
||||
swcHtmlMinimizer: true,
|
||||
lightningCssMinimizer: true,
|
||||
rspackBundler: true,
|
||||
mdxCrossCompilerCache: true,
|
||||
},
|
||||
experimental_faster: true,
|
||||
},
|
||||
presets: [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user