Skip to content

Commit 41d5c3b

Browse files
committed
Core: testing
1 parent b5bf8e6 commit 41d5c3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docusaurus.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ import {themes as prismThemes} from 'prism-react-renderer';
66
/** @type {import('@docusaurus/types').Config} */
77
const config = {
88
future: {
9-
experimental_faster: true,
9+
experimental_faster: {
10+
swcJsLoader: true,
11+
swcJsMinimizer: true,
12+
swcHtmlMinimizer: true,
13+
lightningCssMinimizer: true,
14+
rspackBundler: true,
15+
mdxCrossCompilerCache: false
16+
},
1017
},
1118

1219
title: 'FSHOST Help',

0 commit comments

Comments
 (0)