react-code-dataset
/
next.js
/test
/e2e
/app-dir
/cache-components-dynamic-imports
/external
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| experimental: { | |
| cacheComponents: true, | |
| }, | |
| serverExternalPackages: ['external-esm-pkg-with-async-import'], | |
| } | |
| module.exports = nextConfig | |