Add `/*` suffix to aliases to make them work
FunctionDJ opened this issue · 2 comments
FunctionDJ commented
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?
Subwaytime commented
Just realized that i already fixed this issue, but its not added to the Path only to the key.. , thats on my end!
Subwaytime commented
fixed with v0.8.4