vite
vite copied to clipboard
chore: patch http-proxy compatible with node22
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
Run & review this pull request in StackBlitz Codeflow.