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

[hashed-folder-copy-webpack-plugin] Fix hashed-folder-copy-plugin on Windows. #4494

Merged

Conversation

iclanton
Copy link
Member

Summary

There is an issue where the glob pattern doesn't match anything when a build is running on Windows on the non-default drive. This is because the glob path base is constructed with path.posix.resolve, which drops the drive letter.

How it was tested

Tested on Windows on the non-default drive.

Impacted documentation

None.

@iclanton iclanton merged commit 769b55a into microsoft:main Jan 25, 2024
5 checks passed
@iclanton iclanton deleted the fix-hashed-folder-copy-plugin-windows branch January 25, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants