Skip to content

Commit

Permalink
chore: 删除archiver擦件
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzyy committed Sep 26, 2024
1 parent 551bf5c commit cdb0158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vite/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
import { loadEnv, type PluginOption } from 'vite'
import appInfo from './app-info'

import createArchiver from './archiver'
import createAutoImport from './auto-import'
import createBanner from './banner'
import createBundleAnalyzer from './bundle-analyzer'
Expand Down Expand Up @@ -45,7 +44,6 @@ export default function createVitePlugins(mode: string, isBuild = false) {
vitePlugins.push(createLayouts())
vitePlugins.push(createPages())
vitePlugins.push(...createCompression(viteEnv, isBuild))
vitePlugins.push(createArchiver(viteEnv))
vitePlugins.push(createConsole())
vitePlugins.push(createBanner())
vitePlugins.push(createAppLoading())
Expand Down

0 comments on commit cdb0158

Please sign in to comment.