1 Star 0 Fork 1

Jonny/super-antd

forked from 张超杰/super-antd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.fatherrc.ts 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
张超杰 提交于 2021-05-21 21:58 . feat: 0.0.1-alpha
export default {
cjs: { type: 'babel', lazy: true },
esm: { type: 'babel', importLibToEs: true },
runtimeHelpers: true,
lessInBabelMode: {},
extraBabelPlugins: [
[
'module-resolver',
{
root: ['./'],
alias: {
'@': './src',
},
},
],
['babel-plugin-import', { libraryName: 'antd', libraryDirectory: 'es', style: true }, 'antd'],
[require('./scripts/replaceLib')],
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/broil/super-antd.git
git@gitee.com:broil/super-antd.git
broil
super-antd
super-antd
main

搜索帮助