-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Issue Description
In Next.js v16, turbopack became the default.
Building with turbopack in 5.1.0 produces the following error.
There is no issue in 5.0.
> Build error occurred
Error: Turbopack build failed with 1 errors:
./node_modules/.pnpm/@[email protected][email protected]/node_modules/@apollo/server/dist/cjs/incrementalDeliveryPolyfill.js:44:75
Module not found: Can't resolve '@yaacovcr/transform'
42 | async function tryToLoadLegacyExecuteIncrementally() {
43 | try {
> 44 | const transform = await Promise.resolve().then(() => __importStar(require('@yaacovcr/transform')));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45 | legacyExecuteIncrementally = transform.legacyExecuteIncrementally;
46 | }
47 | catch {
#8004
This issue is likely related.
Link to Reproduction
Reproduction Steps
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels