chore: upgrade to vite3

This commit is contained in:
张传龙
2022-08-27 14:22:09 +08:00
parent 220a7800f7
commit 51b47ea722
10 changed files with 297 additions and 62 deletions

View File

@@ -4,7 +4,6 @@ export function createViteProxy(isUseProxy = true, proxyType) {
if (!isUseProxy) return undefined
const proxyConfig = getProxyConfig(proxyType)
console.log(proxyConfig)
const proxy = {
[proxyConfig.prefix]: {
target: proxyConfig.target,