We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc4d3f commit 7095502Copy full SHA for 7095502
packages/nextjs/src/config/webpack.ts
@@ -647,6 +647,9 @@ const POTENTIAL_REQUEST_ASYNC_STORAGE_LOCATIONS = [
647
// Introduced in Next.js 15.0.0-canary.180
648
// https://github.com/vercel/next.js/blob/541167b9b0fed6af9f36472e632863ffec41f18c/packages/next/src/server/app-render/work-unit-async-storage.external.ts
649
'next/dist/server/app-render/work-unit-async-storage.external',
650
+ // Introduced in Next.js 15.0.0-canary.182
651
+ // https://github.com/vercel/next.js/blob/f35159e5e80138ca7373f57b47edcaae3bcf1728/packages/next/src/client/components/work-unit-async-storage.external.ts
652
+ 'next/dist/client/components/work-unit-async-storage.external',
653
];
654
655
function getRequestAsyncStorageModuleLocation(
0 commit comments