Skip to content

Conversation

alan-agius4
Copy link
Contributor

posix.dirname was being used in some places, which could cause incorrect behavior on Windows systems where path separators are different. This change replaces it with the cross-platform dirname() to ensure consistent path handling.

This issue was introduced in commit da1388e.

Closes #1193

@alan-agius4 alan-agius4 force-pushed the window-fix branch 4 times, most recently from fe34f73 to 6cbc1ef Compare September 23, 2025 08:57
`posix.dirname` was being used in some places, which could cause incorrect behavior on Windows systems where path separators are different. This change replaces it with the cross-platform `dirname()` to ensure consistent path handling.

This issue was introduced in commit da1388e.

Closes streamich#1193
Copy link
Owner

@streamich streamich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@streamich streamich merged commit e697219 into streamich:master Sep 24, 2025
9 checks passed
Copy link

🎉 This PR is included in version 4.43.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@alan-agius4 alan-agius4 deleted the window-fix branch September 24, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V4.43.0 breaks the outputFileSystem of webpack and rspack
3 participants