Skip to content

Commit

Permalink
speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Dec 23, 2024
1 parent c7b29e5 commit 9cab52e
Show file tree
Hide file tree
Showing 3 changed files with 1,087 additions and 617 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = {
markdown: {
mermaid: true
},
future: {
experimental_faster: true
},
plugins: [
[
'docusaurus-plugin-openapi-docs',
Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": false,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"build": "DOCUSAURUS_IGNORE_SSG_WARNINGS=true docusaurus build",
"clear": "docusaurus clear",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand All @@ -25,11 +25,12 @@
"@chevrotain/regexp-to-ast": "11.0.3",
"@chevrotain/utils": "11.0.3",
"@docusaurus/bundler": "3.6.3",
"@docusaurus/core": "^3.6.3",
"@docusaurus/core": "3.6.3",
"@docusaurus/cssnano-preset": "3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/lqip-loader": "3.6.3",
"@docusaurus/plugin-client-redirects": "3.6.3",
"@docusaurus/plugin-content-docs": "^3.6.3",
"@docusaurus/plugin-content-docs": "3.6.3",
"@docusaurus/plugin-debug": "3.6.3",
"@docusaurus/plugin-google-analytics": "3.6.3",
"@docusaurus/plugin-google-gtag": "3.6.3",
Expand All @@ -39,9 +40,11 @@
"@docusaurus/plugin-vercel-analytics": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/theme-classic": "3.6.3",
"@docusaurus/theme-common": "^3.6.3",
"@docusaurus/theme-common": "3.6.3",
"@docusaurus/theme-mermaid": "3.6.3",
"@docusaurus/theme-search-algolia": "3.6.3",
"@docusaurus/utils": "3.6.3",
"@docusaurus/utils-validation": "3.6.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@iconify/types": "2.0.0",
Expand Down Expand Up @@ -90,6 +93,7 @@
"dagre-d3-es": "7.0.11",
"dayjs": "1.11.13",
"docusaurus-plugin-openapi-docs": "^4.0.1",
"docusaurus-plugin-sass": "^0.2.6",
"docusaurus-theme-openapi-docs": "^4.0.1",
"dompurify": "3.1.6",
"figures": "3.2.0",
Expand Down Expand Up @@ -121,6 +125,7 @@
"regjsgen": "0.8.0",
"repeat-string": "1.6.1",
"roughjs": "4.6.6",
"sass": "^1.83.0",
"search-insights": "^2.13.0",
"serve-handler": "6.1.6",
"std-env": "3.8.0",
Expand Down
Loading

0 comments on commit 9cab52e

Please sign in to comment.