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

Issue with spaces in file path (Windows) #59

Open
dennispg opened this issue Apr 10, 2018 · 1 comment
Open

Issue with spaces in file path (Windows) #59

dennispg opened this issue Apr 10, 2018 · 1 comment

Comments

@dennispg
Copy link

I'm not sure if this issue is with webpack-dev-server or memory-fs, however when I serve from a file path which includes spaces on Windows things do not work.

My bundles generate 404 when served through webpack-dev-server. I tried to debug and it seemed like at some point the spaces were being converted to %20, and when readdirSync is called from here it is trying to do a check which fails because it is comparing the file path with spaces against the file path with %20.

I hope this is enough information to go on, but if not I will try to put together a minimal example reproducing the issue.

@alexander-akait
Copy link
Member

Problem was in webpack-dev-middleware and already fixed, please update deps

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