-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
parent directories with spaces don't seem to be supported #297
Comments
I can confirm this behaviour, although I am not using It also appears to be a regression. My script that runs |
We'd happily review a PR to resolve this. |
I read the commit log and I'm pretty sure that this is the culprit: 08207cc Basically, on Windows, "%20" should not be replaced by space and spaces should certainly not be replaced by "%20". The linked commit should be reverted and #284 should be re-opened and closed as "wont-fix" because #284 is actually not a bug at all: If you decode |
|
Duplicate issue from webpack-dev-server and webpack-server, difference is that having a space in the directory path with webpack-serve gives a
Not Found
instead of a directory listing.Information and problem details found (specific to webpack-dev-server, but same issue) here
Found this from tracking down this Webpack-dev-server issue and then this webpack-serve issue
Was redirected to
webpack-dev-middleware
fromwebpack-serve
issueCode
Not my code, but a simple starter repo I've used for testing:
https://github.com/bradtraversy/react_webpack_starter
Expected Behavior
Bundled app runs, works on project when there are no spaces in absolute directory path.
Actual Behavior
When there are spaces in the absolute directory path:
Not Found
on projects using webpack-serveSee github issue for more information, that issue is specific to webpack-dev-server.
For Bugs; How can we reproduce the behavior?
For webpack-serve, see here
For webpack-dev-server, see here
The text was updated successfully, but these errors were encountered: