Skip to content

Commit

Permalink
feat: enable reactCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Nov 3, 2024
1 parent 7236446 commit 09a2d42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jiti("./src/env.ts");
/** @type {import("next").NextConfig} */
const config = withSerwist({
transpilePackages: ["geist"],
experimental: {
reactCompiler: true,
},
});

export default config;

0 comments on commit 09a2d42

Please sign in to comment.