Falldot / esbuild-dev-server

This plugin allows you to start a local server with hot reloading with Esbuild
MIT License
48 stars 1 forks source link

[Feature Request] proxy setting #2

Open jasonwilliams opened 2 years ago

jasonwilliams commented 2 years ago

Hey, great plugin.

One of the remaining things for us to migrate to this from Webpack dev server is use of the proxy feature.

see: https://webpack.js.org/configuration/dev-server/#devserverproxy

this allows us to map an endpoint to a path so we can hit the api for example. Is this something you can support?

Falldot commented 2 years ago

Hello and thank you for your question.

I am already working on proxy support and more optional. Follow the updates. Coming soon.

ZuBB commented 2 years ago

Hey, @Falldot! Sorry for bothering you. I am just wondering if you have any updates on this new feature?