Browse Source

[Beta] Enable Strict Mode

main
Dan Abramov 2 years ago
parent
commit
31c8e43926
  1. 1
      beta/next.config.js

1
beta/next.config.js

@ -11,6 +11,7 @@ const redirects = require('./src/redirects.json');
**/
const nextConfig = {
pageExtensions: ['jsx', 'js', 'ts', 'tsx', 'mdx', 'md'],
reactStrictMode: true,
experimental: {
plugins: true,
scrollRestoration: true,

Loading…
Cancel
Save