Subwaytime/vite-aliases

Add `/*` suffix to aliases to make them work

FunctionDJ opened this issue · 2 comments

Out of the box, vite-aliases doesn't add /* suffixes to path values, which from my experience is required to make them work.
(Maybe just newer versions?)

vite-aliases:

"@interfaces/*": ["C:/.../interfaces"]

Working for me:

"@interfaces/*": ["C:/.../interfaces/*"]

Maybe a suffix config option to make this work?

Just realized that i already fixed this issue, but its not added to the Path only to the key.. , thats on my end! 😅

fixed with v0.8.4