-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.1.1] vite-tsconfig-paths
stopped understanding my paths
#162
Comments
+1 here. After some testing, this change: The call to |
I will release a new patch version after a Windows user confirms that the latest commit fixes the issue for them. 👍 |
I can test that tomorrow |
@aleclarson Windows 11 user here with relative paths in tsconfig. Those changes work for me. Thanks! |
thank you for such a quick fix! |
| datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | npm | vite-tsconfig-paths | 5.1.1 | 5.1.2 | ## [v5.1.2](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.2) - fix Windows regression introduced in v5.1.1 ([#162](aleclarson/vite-tsconfig-paths#162))
With 5.1.0
vite-tsconfig-paths
correctly parsespaths
, prints them when DEBUG is enabled, app works, vitest works.With 5.1.1
vite-tsconfig-paths
no longer prints the paths in DEBUG output and both app and vitest tests stopepd working.tsconfig.json
DEBUG output - diff between 5.1.0 and 5.1.1
There is a change in
includers
, can that be the reason?The text was updated successfully, but these errors were encountered: