Subwaytime / vite-aliases

Alias auto generation for Vite
https://www.npmjs.com/package/vite-aliases
MIT License
213 stars 13 forks source link

TS/JS Config Issue #29

Closed Subwaytime closed 3 years ago

Subwaytime commented 3 years ago

It seems that the current Setup with TS/JS Config can sometimes not properly work, due to using absolute Paths in paths option. Also "auto import" seems to focus on global alias (if global alias is listed at first in paths), rather then folder aliases.

Possible Solution:

tested in Visual Studio Code

If anyone has a better idea, feel free to comment!

Subwaytime commented 3 years ago

fixed in v0.8.6