Open sibbng opened 2 months ago
I've updated the description after looking at the reproduction, reproduction is still valid but the root cause is different 👍
For now I'd recommend to just move the config into the tsconfig.json
file which will fully unblock you.
Link to the code that reproduces this issue
https://github.com/sibbng/next-paths-repro
To Reproduce
Current vs. Expected behavior
When using the
references
option intsconfig.json
these references are not resolved, meaning that any option passed in them does not work.The implementation for webpack uses Typescript directly to load the config.
Provide environment information
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