You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nextjs 15
transformer js 3.1.1
"dev": "next dev --turbopack",
Environment/Platform
Website/web-app
Browser extension
Server-side (e.g., Node.js, Deno, Bun)
Desktop app (e.g., Electron)
Other (e.g., VSCode extension)
Description
I am using turbopack for packaging my nextjs application for development, however it raised this not statically analyse-able problem. When I switch to webpack it is working okay. I am using nextjs 15 and ran the nextjs client demo. Not sure if current transformerjs support turbopack compilation or not.
Reproduction
change the "next dev" into "next dev --turbo" in the next-client demo package.json.
The text was updated successfully, but these errors were encountered:
Wow, just realised I might have the same issue.
Added a stackoverflow issue because I'm pretty much lost. https://stackoverflow.com/q/79250686/2051149
Adding this just to show that @interactda might not be the only one having this issue.
I also have this issue - is there a corresponding issue on the turbopack side? there is a next.js example but it doesn't appear to work if you're using turbopack
System Info
nextjs 15
transformer js 3.1.1
"dev": "next dev --turbopack",
Environment/Platform
Description
I am using turbopack for packaging my nextjs application for development, however it raised this not statically analyse-able problem. When I switch to webpack it is working okay. I am using nextjs 15 and ran the nextjs client demo. Not sure if current transformerjs support turbopack compilation or not.
Reproduction
change the "next dev" into "next dev --turbo" in the next-client demo package.json.
The text was updated successfully, but these errors were encountered: