You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
I'm not sure if this issue is with
webpack-dev-server
ormemory-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 whenreaddirSync
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.
The text was updated successfully, but these errors were encountered: