vite icon indicating copy to clipboard operation
vite copied to clipboard

chore: patch http-proxy compatible with node22

Open btea opened this issue 9 months ago • 1 comments

Description

fix #16652

node22 deprecated the _extend method of the util module. The http_proxy package is useful for this method, but the http_proxy package seems to have not been updated for a long time, so it seems more convenient to directly create a patch file to solve this problem.

https://github.com/nodejs/node/pull/50488

btea avatar May 12 '24 03:05 btea

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

stackblitz[bot] avatar May 12 '24 03:05 stackblitz[bot]