-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
On this line https://github.com/aleclarson/vite-tsconfig-paths/blob/master/src/index.ts#L114, it skips it if it is an "absolute path" but why?
I have this in my tsconfig: "paths": { "/*": ["./*"] },"
so I can do imports like import CardNavItem from '/UI/CardNavItem';
. This fails through the plugin but if I remove the isAbsolute check it works and in my limited testing, doesn't seem to break anything else.
sladg and arseneyr
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed