next.js/test/development/app-dir/react-performance-track/next.config.js
next.config.js13 lines215 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    // Future but produces bad results.
    reactDebugChannel: false,
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN