1 Star 0 Fork 3

新田月会 / 大头宁贴吧

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
aion1998宁骑 提交于 2021-04-26 01:29 . 初次发布
/*
* @Author: Ln
* @Date: 2021-04-25 21:36:37
* @LastEditors: Ln
* @LastEditTime: 2021-04-25 22:55:36
* @Description: 注释
*/
// vite.config.js
import {
defineConfig
} from 'vite'
import vue from '@vitejs/plugin-vue'
import vitePluginImp from 'vite-plugin-imp'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
vitePluginImp({
libList: [{
libName: 'vant',
style(name) {
if (/CompWithoutStyleFile/i.test(name)) {
// This will not import any style file
return false
}
return `vant/es/${name}/style/index.js`
}
}, ],
})
]
})
JavaScript
1
https://gitee.com/xintian_monthly_meeting/lntb.git
git@gitee.com:xintian_monthly_meeting/lntb.git
xintian_monthly_meeting
lntb
大头宁贴吧
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891