Skip to content

Commit

Permalink
docu: disable rspack for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Nov 16, 2024
1 parent fc0a37e commit 0615e01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ const config = {
locales: ["en"],
},
future: {
experimental_faster: true,
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: false, // TODO - figure out why only cloudflare pages for our project fails when this is on
mdxCrossCompilerCache: true,
},
},
headTags: [
{
Expand Down

0 comments on commit 0615e01

Please sign in to comment.