Relative imports are treated as external on Windows #87
Labels
kind: bug
Something isn't working
topic: TS Paths Aliases
Related to using aliases with TypeScript paths
Current Behavior
My code isn't getting bundled because tsdx treats everything as external modules, the resulting bundle only contains the compiled
index.ts
file.Expected behavior
My files shouldn't be treated as external modules.
Suggested solution(s)
Could it be something related to the
external
function? https://github.com/palmerhq/tsdx/blob/v0.5.7/src/utils.ts#L19Additional context
I'm getting the following warning for all my
.ts
files (except the rootindex.ts
file):Your environment
The text was updated successfully, but these errors were encountered: