Skip to content

Commit

Permalink
Try running without PPR and other experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoVink committed Jan 7, 2025
1 parent aa294aa commit 087f24b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 83 deletions.
4 changes: 0 additions & 4 deletions web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ const nextConfig = {
},
],
},
experimental: {
reactCompiler: true,
ppr: true,
},
};

export default nextConfig;
117 changes: 40 additions & 77 deletions web/package-lock.json

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

3 changes: 1 addition & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-query": "^5.62.16",
"@vercel/analytics": "^1.4.1",
"babel-plugin-react-compiler": "^19.0.0-beta-63e3235-20250105",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"letterparser": "^0.1.8",
"lucide-react": "^0.469.0",
"next": "^15.1.1-canary.23",
"next": "^15.1.3",
"next-auth": "^5.0.0-beta.20",
"pg": "^8.13.1",
"react": "^19.0.0",
Expand Down

0 comments on commit 087f24b

Please sign in to comment.