From 05ac28eb216eccb7ba7704800552be7433eca07f Mon Sep 17 00:00:00 2001 From: pengYYYYY Date: Mon, 8 Nov 2021 10:19:58 +0800 Subject: [PATCH] feat: codcc fix --- vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 32f2daf..dc89bc4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,10 +5,10 @@ import createVuePlugin from '@vitejs/plugin-vue'; import createSvgPlugin from 'vite-plugin-vue-svg'; import vueJsx from '@vitejs/plugin-vue-jsx'; -import HttpProxyAgent from 'http-proxy-agent'; +// import HttpProxyAgent from 'http-proxy-agent'; import path from 'path'; -import proxy from './src/config/proxy'; +// import proxy from './src/config/proxy'; import { getColorList, getGreyColor, getBrandColor } from './src/config/color'; import USER_CONFIG from './src/config/style';