next.js/test/e2e/app-dir/cache-components-dynamic-imports/external/next.config.js
next.config.js10 lines188 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  serverExternalPackages: ['external-esm-pkg-with-async-import'],
}

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