Skip to content

Commit

Permalink
chore: clean plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 17, 2024
1 parent 406baf6 commit cf25743
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-compression2": "^0.10.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-progress": "^0.0.7",
"vue-tsc": "^1.8.27"
}
}
55 changes: 0 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import jsx from '@vitejs/plugin-vue-jsx'
import autoImport from 'unplugin-auto-import/vite'
import components from 'unplugin-vue-components/vite'
import pages from 'vite-plugin-pages'
import compression from 'vite-plugin-compression2'
import progress from 'vite-plugin-progress'
import unoCSS from 'unocss/vite'
import { fileURLToPath, URL } from 'node:url'
import { VarletImportResolver } from '@varlet/import-resolver'
Expand Down Expand Up @@ -57,13 +55,6 @@ export default defineConfig({

pages(),

compression({
include: [/\.html$/, /\.css$/, /\.js$/, /\.ttf$/],
skipIfLargerOrEqual: true
}),

progress(),

unoCSS()
]
})

0 comments on commit cf25743

Please sign in to comment.