We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af287dc commit 2c7809bCopy full SHA for 2c7809b
web/vite.config.js
@@ -2,7 +2,7 @@ import legacyPlugin from '@vitejs/plugin-legacy'
2
import AutoImport from 'unplugin-auto-import/vite'
3
import Components from 'unplugin-vue-components/vite'
4
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
5
-import { viteLogo } from '@/core/config'
+import { viteLogo } from './src/core/config'
6
import Banner from 'vite-plugin-banner'
7
import * as path from 'path'
8
import * as dotenv from 'dotenv'
0 commit comments