vite-plugin-html
vite-plugin-html copied to clipboard
feat: support RegExp type proxy settings
According to the Vite's docs, vite allows user to create RegExp
type proxy rules, we should support it too.
If the key starts with ^, it will be interpreted as a RegExp.