1 Star 0 Fork 6

amtech/json-schemaeditor-antd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.fatherrc.ts 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
furtherBank 提交于 2022-04-12 21:54 +08:00 . 0.1.2 准备修复 umd 的错误
// https://github.com/umijs/father
// 注意有些单词的大小写
export default {
esm: 'babel',
umd: {
file: 'index',
sourcemap: true,
},
extraBabelPlugins: [
// https://github.com/umijs/father#extrababelplugins
[
'babel-plugin-import',
{
libraryName: 'antd',
libraryDirectory: 'es',
style: true,
},
],
],
lessInBabelMode: true, // https://github.com/umijs/father#lessinbabelmode
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/amtech/json-schemaeditor-antd.git
git@gitee.com:amtech/json-schemaeditor-antd.git
amtech
json-schemaeditor-antd
json-schemaeditor-antd
master

搜索帮助