tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

update "proxy-middleware" to "http-proxy-middleware" #261

Open AielloChan opened 6 years ago

AielloChan commented 6 years ago

In front-end development, we often call the back-end api, and sometimes these apis can be complex and the current proxy-middleware is no longer adequate. I propose to upgrade proxy-middleware to http-proxy-middleware. BTW webpack-devcserver is also using this one.

zhaohongbo910 commented 5 years ago

me too