Skip to content

Commit

Permalink
Revert "perf: reduce build time by 30%"
Browse files Browse the repository at this point in the history
fix deploy with vercel
  • Loading branch information
rockbenben committed Jan 23, 2025
1 parent a9b7115 commit 512085e
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 562 deletions.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
};
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const config = {
},
},
},
future: {
/* future: {
experimental_faster: true,
},
}, */

presets: [
[
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@docusaurus/core": "3.7.0",
"@docusaurus/faster": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
Expand Down
Loading

0 comments on commit 512085e

Please sign in to comment.