mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00
feat: 删除多余的内容
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import path from 'path'
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import vueJsx from '@vitejs/plugin-vue-jsx'
|
||||
import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'
|
||||
|
||||
export default defineConfig(() => {
|
||||
@@ -12,7 +11,7 @@ export default defineConfig(() => {
|
||||
'@': path.resolve(process.cwd(), 'src'),
|
||||
},
|
||||
},
|
||||
plugins: [vue(), vueJsx(), createSvgIconsPlugin({
|
||||
plugins: [vue(), createSvgIconsPlugin({
|
||||
iconDirs: [path.resolve(process.cwd(), 'src/icons')],
|
||||
symbolId: 'icon-local-[dir]-[name]',
|
||||
inject: 'body-last',
|
||||
|
Reference in New Issue
Block a user