Turbopack Error: esmExternals = "loose" is not supported #82618
shresthamishra76
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
You’re hitting this because Turbopack doesn’t support Fixes:
// next.config.(js|ts)
export default {
// experimental: { esmExternals: "loose" }, // ❌ remove
} If you added anything under
That should unblock the build. If you share a repro, happy to confirm which dep is requiring “loose” and whether there’s a Turbopack-friendly alternative. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
v15.4.2-1-ga5b73c3fd
Next.js version:
0.0.0
Error message:
Beta Was this translation helpful? Give feedback.
All reactions