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
The dev server should definitely behave more like a traditional web server. (and in the SPA case, use "a index.html in a parent folder" instead of "any index.html")
🐛 bug report
If I have the followng directory structure
and serving it with parcel v2. Visiting
http://localhost:1234/b
andhttp://localhost:1234/c
gets./a/index.html
instead of the correct ones.Related: #3996
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Get
./b/index.html
when visiting/b
and a 404 error when visiting/c
(since there's no ./index.html, it's not a SPA).🌍 Your Environment
The text was updated successfully, but these errors were encountered: