Falldot / esbuild-dev-server

This plugin allows you to start a local server with hot reloading with Esbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] proxy setting

jasonwilliams opened this issue · comments

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?

Hello and thank you for your question.

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

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