Skip to content
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

Fix alias path on Windows to be '@/*' or '@src/*' instead of '@\\*' or '@src\\*' #69

Merged
merged 3 commits into from
Apr 14, 2024

Conversation

DarkAng3L
Copy link
Contributor

Fix alias path on Windows, since unlike replacement which is a valid directory path, on Windows using path, the alias string gets escaped to '@\' or '@src\' instead of '@/' or '@src/'

This fixes issue: #39 (comment)

Mihai1iMob and others added 2 commits April 13, 2024 01:32
…directory path, on Windows using path, the alias string gets escaped to '@\\*' or '@src\\*' instead of '@/*' or '@src/*'
Copy link

changeset-bot bot commented Apr 14, 2024

🦋 Changeset detected

Latest commit: 226556e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
vite-plugin-stylex Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@HorusGoul HorusGoul merged commit 9a969ac into HorusGoul:main Apr 14, 2024
10 checks passed
@dszmaj7
Copy link

dszmaj7 commented Apr 15, 2024

Can you release that?

@HorusGoul
Copy link
Owner

HorusGoul commented Apr 15, 2024

Can you release that?

It was released on 0.8.3! @dszmaj7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants