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
If I have a proxy set up for /, I would expect it to take all unrecognised requests. However, the proxy has precedence over contentBase, so my requests are going to the proxy, which serves a 404 page.
If I have a proxy set up for
/
, I would expect it to take all unrecognised requests. However, the proxy has precedence overcontentBase
, so my requests are going to the proxy, which serves a 404 page.Is this the intended behaviour?
webpack-dev-server/lib/Server.js
Lines 354 to 355 in 5a7f26b
The text was updated successfully, but these errors were encountered: