Skip to content

Commit

Permalink
解决打包错误的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
piexlMax(奇淼 committed Oct 10, 2023
1 parent 3caf070 commit b3dbb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import legacyPlugin from '@vitejs/plugin-legacy'
import AutoImport from 'unplugin-auto-import/vite'
import Components from 'unplugin-vue-components/vite'
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
import { viteLogo } from '@/core/config'
import { viteLogo } from './src/core/config'
import Banner from 'vite-plugin-banner'
import * as path from 'path'
import * as dotenv from 'dotenv'
Expand Down

0 comments on commit b3dbb8d

Please sign in to comment.