Hey!
When using the external option together with skipNodeModulesBundle: true, the paths that are listed in tsconfig paths are not treated as external and are getting bundled instead.
This if branch passes as truthy and so it doesn't get to the external check below it.
Is this intended? Thanks!
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
Hey! When using the
external
option together withskipNodeModulesBundle: true
, the paths that are listed in tsconfigpaths
are not treated as external and are getting bundled instead. This if branch passes as truthy and so it doesn't get to theexternal
check below it.Is this intended? Thanks!
Upvote & Fund