Skip to content

Commit

Permalink
add react-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelFerfort committed Nov 8, 2024
1 parent 4e172df commit 24fd258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
reactStrictMode: true,
experimental: {
serverActions: true,
reactCompiler: true,
},
images: {
remotePatterns: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "^5.59.19",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"deck.gl": "^9.0.34",
"leaflet": "^1.9.4",
"lucide-react": "^0.454.0",
Expand Down

0 comments on commit 24fd258

Please sign in to comment.