1 Star 0 Fork 1

Raisr/ra-arch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
01386141 提交于 2021-12-08 11:19 . feat: 代码备份
import { defineConfig } from 'vite';
import vitePluginStyleImport from 'vite-plugin-style-import';
export default defineConfig({
plugins: [
vitePluginStyleImport({
libs: [
{
libraryName: 'antd',
esModule: true,
resolveStyle: (name) =>
`../../../node_modules/antd/es/${name}/style/index`,
},
],
}),
],
css: {
preprocessorOptions: {
less: {
javascriptEnabled: true,
// modifyVars: require('@bdpfe/theme').default,
},
},
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rasir/ra-arch.git
git@gitee.com:rasir/ra-arch.git
rasir
ra-arch
ra-arch
feature/V1.0.1

搜索帮助