Commit 0048e572 authored by 王玉鑫's avatar 王玉鑫

feat: 打包时去除log

parent 542634ce
......@@ -13,6 +13,9 @@ import { ElementPlusResolver } from 'unplugin-vue-components/resolvers';
// https://vitejs.dev/config/
export default defineConfig({
esbuild: {
drop: ['console'],
},
plugins: [
vue(),
vueJsx(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment