-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Closed as duplicate of#87898
Copy link
Labels
TurbopackRelated to Turbopack with Next.js.Related to Turbopack with Next.js.
Description
Link to the code that reproduces this issue
To Reproduce
- Start app in dev mode (next dev)
- Open console to check bug
Current vs. Expected behavior
Actual behavior:
- Error is reported as Module not found
- Project still runs
Expected behavior:
Not error
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Available memory (MB): 16192
Available CPU cores: 20
Binaries:
Node: 24.12.0
npm: 11.6.2
Yarn: 1.22.22
pnpm: N/A
Relevant Packages:
next: 16.1.1 // Latest available version is detected (16.1.1).
eslint-config-next: N/A
react: 19.2.3
react-dom: 19.2.3
typescript: 5.9.3Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local)
Additional context
After upgrading from Next.js 16.0.10 to 16.1.x, tailwind.config.ts can no longer import local TypeScript modules, even when using explicit relative paths.
The same configuration works correctly in 16.0.10.
Metadata
Metadata
Assignees
Labels
TurbopackRelated to Turbopack with Next.js.Related to Turbopack with Next.js.