Skip to content

Commit

Permalink
Update export of next.config.js (#6878)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored May 17, 2024
1 parent 3a46a6e commit 70a7b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const nextConfig = {
},
};

export default nextConfig;
module.exports = nextConfig;
```

Using the experimental option ensures support for the React Compiler in:
Expand Down

0 comments on commit 70a7b64

Please sign in to comment.