Skip to content

Commit

Permalink
[Docs] Fixed dev building not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten-Mrfc committed Nov 18, 2024
1 parent ff0f1fa commit 1b76847
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 71 deletions.
9 changes: 8 additions & 1 deletion documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,14 @@ const config = {
require.resolve("./plugins/code-snippets/index.js"),
],
future: {
experimental_faster: true,
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: false,
mdxCrossCompilerCache: true,
},
},
};

Expand Down
70 changes: 35 additions & 35 deletions documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/theme-mermaid": "^3.6.1",
"@mdx-js/react": "^3.1.0",
"@rive-app/react-canvas": "^4.16.0",
"@rive-app/react-canvas": "^4.16.4",
"clsx": "^2.1.1",
"documentation": "file:",
"posthog-docusaurus": "^2.0.1",
Expand All @@ -41,10 +41,10 @@
"@iconify/react": "^5.0.2",
"@types/react": "^18.3.12",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"postcss": "^8.4.49",
"responsive-loader": "^3.1.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 1b76847

Please sign in to comment.