issues
search
DRDD2016
/
app
0
stars
1
forks
source link
Reconfigure webpack dev server proxy
#248
Open
minaorangina
opened
8 years ago
minaorangina
commented
8 years ago
Currently the dev server proxy has a generic * wildcard to handle redirecting requests to our server
Server is getting more requests than it should - some requests reaching the server are intended for the dev server
Possible solution could be to configure the webpack dev server proxy to be more specific about the types of requests it reroutes