Support for packages that use subpath imports? #4081
-
Hi there! I'm looking to use the
It's basically a way to conditionally map #-prefixed identifiers to different modules depending on environment. I'd assume this would apply to any package that uses this feature, not just Curious if there's a quick and easy way to work around this? And whether an actual fix could be relatively simple? If so, I'd be happy to dive in and try to send in a PR. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The PnP linker doesn't support |
Beta Was this translation helpful? Give feedback.
The PnP linker doesn't support
imports
at the moment; we useresolve.exports
to implement this logic, but it doesn't supportimports
yet. A ticket was opened recently: