next.js/test/e2e/app-dir/server-source-maps/fixtures/default/next.config.js
next.config.js14 lines230 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    cpus: 1,
    serverSourceMaps: true,
  },
  serverExternalPackages: ['external-pkg'],
}

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