Skip to content

Commit

Permalink
feat: use docusaurus Rspack builder (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Claassens <[email protected]>
  • Loading branch information
HigherOrderLogic and favna authored Nov 9, 2024
1 parent 28310db commit a8e70a7
Show file tree
Hide file tree
Showing 5 changed files with 987 additions and 390 deletions.
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

3 changes: 3 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const config: Config = {
markdown: {
format: 'detect'
},
future: {
experimental_faster: true
},
plugins: [
[
'@docusaurus/plugin-pwa',
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
"pages:deploy": "yarn build && wrangler pages deploy ./build"
},
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/plugin-pwa": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-search-algolia": "3.5.2",
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/plugin-pwa": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/theme-search-algolia": "^3.6.1",
"@heroicons/react": "^2.1.5",
"@mdx-js/react": "^3.1.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
Expand All @@ -51,19 +52,19 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/tsconfig": "^3.6.1",
"@sapphire/cron": "^1.2.0",
"@sapphire/decorators": "^6.1.1",
"@sapphire/duration": "^1.1.3",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/fetch": "^3.0.4",
"@sapphire/fetch": "^3.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/result": "^2.7.1",
"@sapphire/timer-manager": "^1.0.3",
"@sapphire/timestamp": "^1.0.4",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -85,9 +86,9 @@
"typedoc": "0.26.11",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-mdn-links": "3.3.5",
"typedoc-plugin-mdn-links": "3.3.6",
"typescript": "~5.4.5",
"wrangler": "^3.84.1"
"wrangler": "^3.86.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit a8e70a7

Please sign in to comment.