Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev --turbo in monorepo can't resolve alias import #74651

Open
adr-x opened this issue Jan 8, 2025 · 0 comments
Open

dev --turbo in monorepo can't resolve alias import #74651

adr-x opened this issue Jan 8, 2025 · 0 comments
Labels
bug Issue was opened via the bug report template. Turbopack Related to Turbopack with Next.js.

Comments

@adr-x
Copy link

adr-x commented Jan 8, 2025

Link to the code that reproduces this issue

https://github.com/adr-x/next-turbo

To Reproduce

pnpm dev -F web

vs

pnpm dev-turbo -F web

Current vs. Expected behavior

Expected behavior is to work like on production and resolve the import.

dev --turbopack

image

dev and `start

image

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 10 Home
  Available memory (MB): 65444
  Available CPU cores: 12
Binaries:
  Node: 18.20.5
  npm: 10.8.2
  Yarn: N/A
  pnpm: 9.1.2
Relevant Packages:
  next: 15.2.0-canary.1 // Latest available version is detected (15.2.0-canary.1).
  eslint-config-next: N/A
  react: 19.0.0
  react-dom: 19.0.0
  typescript: 5.5.4
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

Turbopack

Which stage(s) are affected? (Select all that apply)

next dev (local)

Additional context

No response

@adr-x adr-x added the bug Issue was opened via the bug report template. label Jan 8, 2025
@github-actions github-actions bot added the Turbopack Related to Turbopack with Next.js. label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template. Turbopack Related to Turbopack with Next.js.
Projects
None yet
Development

No branches or pull requests

1 participant