chore: update deps

This commit is contained in:
Vben
2021-03-26 21:16:08 +08:00
parent 2658e15dad
commit e090689ef5
16 changed files with 515 additions and 498 deletions

View File

@@ -37,12 +37,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
port: VITE_PORT,
// Load proxy configuration from .env
proxy: createProxy(VITE_PROXY),
hmr: {
overlay: true,
},
},
build: {
target: 'es2015',
outDir: OUTPUT_DIR,
terserOptions: {
compress: {