Closed Subwaytime closed 2 years ago
Hey there, after a long silence, 0.9.0 is coming soon!
0.9.0
It will feature some major changes and updated packages. Mainly what will change is that all paths are now always relative instead of absolute.
relative
absolute
This basically means that the following configurations will be removed:
useRelativePaths
Instead it will feature a new Option called useAbsolutePaths. Which basically means we are swapping them out for each other.
useAbsolutePaths
Why? As far as ive tested, relative paths are better supported by most IDE's when using a config like jsconfig or tsconfig instead of absolute ones.
jsconfig
tsconfig
0.9.0 will also feature some minor changes, like better perfomance, nicer logs and some adjustments to how it writes to your Harddrive.
Hope you will like it when it arrives!
--> https://github.com/Subwaytime/vite-aliases/releases/tag/v0.9.1 more information here
Hey there, after a long silence,
0.9.0
is coming soon!It will feature some major changes and updated packages. Mainly what will change is that all paths are now always
relative
instead ofabsolute
.This basically means that the following configurations will be removed:
useRelativePaths
Instead it will feature a new Option called
useAbsolutePaths
. Which basically means we are swapping them out for each other.Why? As far as ive tested,
relative
paths are better supported by most IDE's when using a config likejsconfig
ortsconfig
instead ofabsolute
ones.0.9.0
will also feature some minor changes, like better perfomance, nicer logs and some adjustments to how it writes to your Harddrive.Hope you will like it when it arrives!