Skip to content

Commit 2c7809b

Browse files
taskpixelmaxQm
authored andcommitted
生产环境时移除console
1 parent af287dc commit 2c7809b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import legacyPlugin from '@vitejs/plugin-legacy'
22
import AutoImport from 'unplugin-auto-import/vite'
33
import Components from 'unplugin-vue-components/vite'
44
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
5-
import { viteLogo } from '@/core/config'
5+
import { viteLogo } from './src/core/config'
66
import Banner from 'vite-plugin-banner'
77
import * as path from 'path'
88
import * as dotenv from 'dotenv'

0 commit comments

Comments
 (0)