1 Star 0 Fork 0

TaroAltman / GGEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
高力 提交于 2020-03-05 14:58 . feat: upgrade to G6 3.3.x
module.exports = function(api) {
api.cache(true);
const presets = [
[
'@babel/preset-env',
{
loose: true,
modules: false,
},
],
'@babel/preset-react',
];
const plugins = ['lodash'];
return {
presets,
plugins,
};
};
TypeScript
1
https://gitee.com/zhangxuanzhi/GGEditor.git
git@gitee.com:zhangxuanzhi/GGEditor.git
zhangxuanzhi
GGEditor
GGEditor
master

搜索帮助