Skip to content

Commit 1671724

Browse files
committed
build: enable some of the v3.6 optimizations
1 parent dc6b259 commit 1671724

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docusaurus.config.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ module.exports = {
1616
organizationName: 'apify',
1717
projectName: 'apify-docs',
1818
scripts: ['/js/custom.js'],
19-
// future: {
20-
// experimental_faster: true,
21-
// },
19+
future: {
20+
experimental_faster: {
21+
// swcJsLoader: true,
22+
swcJsMinimizer: true,
23+
swcHtmlMinimizer: true,
24+
lightningCssMinimizer: true,
25+
// rspackBundler: true,
26+
mdxCrossCompilerCache: true,
27+
},
28+
},
2229
headTags: [
2330
{
2431
tagName: 'link',

0 commit comments

Comments
 (0)