1 Star 0 Fork 1

theajack / university

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

搜索帮助