Subwaytime / vite-aliases

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

0.9.0 Release #32

Closed Subwaytime closed 2 years ago

Subwaytime commented 2 years ago

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 of absolute.

This basically means that the following configurations will be removed:

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 like jsconfig or tsconfig instead of absolute 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!

Subwaytime commented 2 years ago

--> https://github.com/Subwaytime/vite-aliases/releases/tag/v0.9.1 more information here