diff --git a/bun.lockb b/bun.lockb index 849ea1c..1d0aaf0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.mjs b/next.config.mjs index 61934f2..56666f8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -23,6 +23,7 @@ const withPWA = withPWAInit({ const nextConfig = { experimental: { inlineCss: true, + reactCompiler: true, serverActions: { allowedOrigins: ["*"], }, diff --git a/package.json b/package.json index 90c77ff..f735418 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/d3-geo": "^3.1.0", "@types/luxon": "^3.4.2", + "babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124", "caniuse-lite": "^1.0.30001696", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",