rollup-plugin-serve
rollup-plugin-serve copied to clipboard
feat(proxy): Add proxy support
Adds basic proxy support similar to the most basic webpack-dev-server usage. This is pretty bare-bones right now, but can be amended to support the extended syntax. Should resolve #17.
Because I needed this sooner rather than later, I released my fork as rollup-plugin-serve-proxy
, but gave full attribution. I hope to finish porting the Webpack dev server syntax over to that package here eventually. Just a note for anyone else who needs this feature.
Sorry I've been AWOL on this. I got busy on a couple different projects, but I fully intend to pick this back up as soon as possible.
any update on this feature ?
I'm using rollup-plugin-serve-proxy - thanks very much for the fork - but it would be great to get this merged!
Did I resolve the merge conflicts correctly?
Thanks for all the work into the plugin and this PR. What's the status on this? Would be really helpful for us