1 Star 0 Fork 0

Fionnghall / proapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc.js 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fionnghall 提交于 2018-06-22 20:30 . form
const path = require('path');
module.exports = {
plugins: [
[
'module-resolver',
{
alias: {
components: path.join(__dirname, './src/components'),
},
},
],
[
'import',
{
libraryName: 'antd',
style: true, // or 'css'
},
],
],
};
JavaScript
1
https://gitee.com/Yx7788/proapp.git
git@gitee.com:Yx7788/proapp.git
Yx7788
proapp
proapp
master

搜索帮助