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

win32 not available when using webpack 5 and path-browserify polyfill #330

Closed
jsarman opened this issue Oct 27, 2023 · 1 comment
Closed

Comments

@jsarman
Copy link
Contributor

jsarman commented Oct 27, 2023

return filePath.split(path.win32.sep).join(path.posix.sep);

win32 is not supported withe the path-browserify polyfill. This currently causes a null failure.
Cannot read properties of null (reading 'sep')
at convertPathToPosix (convert-path-to-posix.js:12:1)

@jonluca
Copy link
Collaborator

jonluca commented Mar 5, 2024

Fixed in v11.2.2

@jonluca jonluca closed this as completed Mar 5, 2024
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

No branches or pull requests

2 participants