1 Star 0 Fork 0

theajack / comment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2021-01-26 18:06 . feat: editor
module.exports = {
'presets': [[
'@babel/preset-env',
{
'useBuiltIns': 'entry',
'targets': {
'esmodules': true,
'ie': 11
}
}
]]
};
JavaScript
1
https://gitee.com/theajack/comment.git
git@gitee.com:theajack/comment.git
theajack
comment
comment
master

搜索帮助